Bug 31117: New message for cloning standard rules
authorFlorian Bontemps <florian.bontemps@biblibre.com>
Thu, 7 Jul 2022 15:24:10 +0000 (15:24 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 8 Jul 2022 18:25:19 +0000 (15:25 -0300)
This commit adds a different message when cloning circulation and fine rules if you use the Standard rules for all libraries option.

Test plan :
1. Go to the Circulation and fine rules page in the Admin tab.
2. Check that the 'Select a library' menu is on 'Standard rules for all libraries'.
3. Check that you also have some random rules to clone, or create some.
4. Clone these rules to the library of your choice.
5. Confirm that the message 'Clone circulation and fine rules from "" to (library of your choice)' appears.
6. Now clone rules from a specific library to another one, and repeat steps 3-4.
7. Confirm that this time, the message will displays both libraries properly.
8. Apply patch.
9. Repeat steps 2 to 4 and 6 to 7. Confirm that this time, the message in the first case will be 'Cloning circulation and fine rules to "(library of your choice)"'.
10. Kindly sign off.

Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt

index fa26054..f6dafcb 100644 (file)
@@ -35,7 +35,7 @@
             <main>
 
     <h1>Cloning circulation and fine rules
-        [% IF frombranch %] from "[% Branches.GetName( frombranch ) | html %]"[% END %]
+        [% IF frombranch == "*" %] from standard rules[% ELSIF frombranch %] from "[% Branches.GetName( frombranch ) | html %]"[% END %]
         [% IF tobranch %] to "[% Branches.GetName( tobranch ) | html %]"[% END %]
     </h1>