https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21860
Andrew Fuerste-Henry <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #52 from Andrew Fuerste-Henry <[email protected]> --- One larger issue and a few smaller: When an action is set to check for a specific indicator and no MARC field exists that matches that indicator value, the action is performed on all fields that match your tag, regardless of indicator. To recreate (using Delete as an example, but also happens with Copy): - have or create a bib with 2 650 tags tag 1 has 1st indicator blank, 2nd indicator = 1 tag 2 has 1st indicator blank, 2nd indicator = 2 - create an action Action: Delete Field number: All Source field: 650 Source subfield: blank Check "Use indicators" Source indicator 1: blank Source indicator 2: 3 - apply your template to your bib, confirm all 650s are deleted - re-create the 650 tags on your bib - add a third 650 with 2nd indicator = 3 - apply your template to your bib, confirm only the 650 with 2nd indicator = 3 is deleted Other issues: - at Step 14 of your plan the conditional indicator values are lost when editing the action - when saving an action that uses indicators but targets a control field, indicator fields are not shown in the editor but are shown in the action summary (like "008 (ind1: , ind2: )". - the action summary does not show a distinction between a blank indicator and an unset indicator. this is also unclear when creating/editing an action. I suggest using an underscore to denote a blank, like we do in the advanced editor. Any maybe some explanatory text on the screen? - the Use Indicators checkbox is positioned next to the source field but actually applies to the whole action (source, destination, and conditional). I suggest moving it to just above the Description field. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
