View Revisions: Issue #4665

Summary 0004665: On configure screens, add "Save as Copy" button and allow editing of ID
Revision 2021-11-30 15:40 by elong
Description While using a child of AbstractForm to edit an item, changing the item's ID and saving it results in both the original version and the updated version of the item appearing in the table. Only the updated version should appear in the table and the original version should be deleted.

If the user wants a duplicate copy, they can click a new button, labeled "Save as Copy". It should make sure the ID does not exist. If the ID does exist, then it should append a number and check again. For example, if the ID of "mytest" exists, then it should check for "mytest_2". If "mytest_2" exists, then it should check for "mytest_3".
Revision 2020-11-25 20:49 by emiller
Description While using a child of AbstractForm to edit an item, changing the item's ID and saving it results in both the original version and the updated version of the item appearing in the table. Only the updated version should appear in the table and the original version should be deleted.