@@ -, +, @@ - Enable "EnableAdvancedCatalogingEditor" preference - Go to cataloguing and click on advanced editor - Click on the down arrow in "Save to catalog" menu - You should see an undefined named save backend - Enable "EnableAdvancedCatalogingEditor" preference - Go to cataloguing and click on advanced editor to save preference to the cookie - Click on the down arrow in "Save to catalog" menu - You should see a "Duplicate" named backend - Search for a biblio in catalog - Click on edit => Edit as new (duplicate) - Advanced editor should appear. SUCCESS => browser url ends with #duplicate/{original biblionumber} => Title above toolbar is "Editing duplicate record of #{original biblionumber}" - Save SUCCESS => browser url ends with #catalog/{new biblionumber} => Title above toolbar is "Editing catalog record #{new - Search for a biblio in catalog - Click on "Edit record" - Advanced editor should appear - Click on the down arrow in "Save to catalog" menu and click on Duplicate, - Record should be saved as a new one (same behavior) --- koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc | 1 + 1 file changed, 1 insertion(+) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc @@ -243,6 +243,7 @@ require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr }, 'duplicate': { titleForRecord: _("Editing duplicate record of #{ID}"), + saveLabel: _("Duplicate"), get: function( id, callback ) { if ( !id ) return false; --