Project

General

Profile

User story #417

Updated by Jonathan CLARKE about 12 years ago

We want to be able to duplicate a Directive, just using a different name.  

 Specs: TODO: 

 * add a "Clone" "duplicate" button in on the top top-right box of the Directive details, along with "Delete", "Disable", "change version", etc 
 * when the button is clicked, open a pop-up looking alike the "create" pop-up, with name and description defaulted "Copy of <name of to duplicated Directive>", and exactly the same description directive value 
 * on submit, check for name unicity and on success, open the directive detail page.  
 * all other values should be copied as is into the new Directive 
 * the new Directive should have a new UUID 
 * the new Directive MUST NOT be in any Rules

Back