[Koha-bugs] [Bug 35856] Runtime parameter modal should provide option of ":all"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 20 18:47:50 CET 2024


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

Brendan Lawlor <blawlor at clamsnet.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #162306|0                           |1
        is obsolete|                            |

--- Comment #5 from Brendan Lawlor <blawlor at clamsnet.org> ---
Created attachment 162307
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162307&action=edit
Bug 35856: added options to runtime parameter modal

This patch adds radio checkboxes to the reports runtime parameter modal for
adding param options :all and :in.

The :in param option functionality depends on
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35746

Test plan:
1. Apply patch
2. Create a report from SQL
3. Click Insert runtime parameter and choose any option other than date, list
or text field
4. Note the form now includes a radio checkbox for parameter options
5. Choose 'Include option for all' and click Insert parameter
6. Note the parameter is inserted with :all option like <<label|authval:all>>
7. Choose 'Allow multiple selections' and click Insert parameter
8. Note the parameter is inserted with :in option like <<label|authval:in>>
9. Make sure that parameter options are not included on the form for date, list
and text field

Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list