https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31509 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #3 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- I would like to proceed here as follows: Allow to change code on the listview form with a separate action that updates the record for default and associated records (via code). Check if the new code is unique. Note that I hacked my 21.11 by adding this one line in the block for saving a new record to achieve a similar effect: + $code = $cgi->param( 'title_default' ) if !$code && $category eq 'html_customizations' && $location eq 'opac_only'; # RMA hack I use opac_only here to mimic the Pages feature in 22.11. We only need to update the title for default after saving a new record. So this is a onetime update of code. This report should make that no longer needed. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.