https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7045
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #54500|0 |1 is obsolete| | Attachment #54501|0 |1 is obsolete| | --- Comment #30 from Katrin Fischer <[email protected]> --- Created attachment 54669 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=54669&action=edit [PASSED QA] 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. Signed-off-by: Marc Véron <[email protected]> Signed-off-by: Katrin Fischer <[email protected]> -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ 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/
