https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31509

Marcel de Rooy <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #3 from Marcel de Rooy <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to