Project

General

Profile

User story #459

Updated by François ARMAND almost 12 years ago

We want to be able to duplicate a group.  

 The new group name should be asked with a pop-up similar to the one used for creation, and the group should be created in the same category.  

 Beside the name and the GroupId, evertuthing else should be the same.  
 When the group is created, its details are shown.  

 TODO: On peut créer des copies de groupes. Dupliquer un groupe n'entraîne pas de dupliquer les OJ/CR liés. 

 +WebBean+ 
 * add a button "duplicate" in a group detail that open the pop-up when clicked N/A 

 +Interface HTML/CSS/Lift+ 
 * the pop-up ask for a name and a ajouter un bouton "duplicate group" dans l'affichage des détails d'un groupe 

 +Fonctionnement interface+ 
 * un click sur le bouton 'duplicate' affiche une popup très semblable à celle de création, qui permet de définir un nouveau nom, description - both are defaulted to the duplicated group values, but the name must be changed et parent. 
 * le nom est obligatoire 
 * possibilité de modifier la description 
 * confirm crée le nouveau groupe à l'endroit choisi, après validation de l'unicité du nom 
 * cancel annule tout 

 +Backend+ 
 * Plomberie

Back