https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7045
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5932|0 |1 is obsolete| | --- Comment #25 from Jonathan Druart <[email protected]> --- Created attachment 54496 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=54496&action=edit Bug 7045: Use <<tag>> for default value placeholders When adding a biblio, the default value of a MARC subfield defined in the frameworks can be used as placeholders to set the current date or the surname of the logged in user (use cases?). The different placeholders are 'YYYY', 'MM', 'DD', 'user'. When adding an item, same behavior except that 'user' is not replaced. This patch makes behaviors consistent between the 2 editors and surrounds placeholders with << >> We will now have: <<YYYY>>, <<MM>>, <<DD>> and <<USER>> Test plan: Define default values for biblio and item subfields. Create a bibliographic record and attach it an item. The default values should be used and replaced if you used placeholders. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
