Skip to content

Commit

Permalink
Update koha-reports-enhancements.md typo
Browse files Browse the repository at this point in the history
  • Loading branch information
b-lawlor authored Sep 19, 2024
1 parent 8c64b04 commit 77feb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/koha-reports-enhancements.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ I used the momentum from working in this area of the code to add a patch to impr
Pedro spotted a bug in the muti select patch, where if a query contained multiple multi selects and only one selection was made in each, the parameters were not processed correctly and the wrong SQL was being generated. I started to regret ever putting this monsterous code into existence and boarding a ship bound for the Arctic. Then I calmed down and wrote another patch. This patch didn't really fix the case of making zero selections, so more work would be needed.
<Bug :id='37077'/>

I forgot that earlier I had submitted another enhancement to mutiselect reports based on an improvements made to the item search form. This patch adds the select2 library to make making multi selections in Reports more user friendly. To make this more useful multi selects should really be optional. When no selections are made, report results should not be limnited. To accomplish this I updated the default value of the hidden select to be a newline delimited string of all values.
I forgot that earlier I had submitted another enhancement to mutiselect reports based on an improvements made to the item search form. This patch adds the select2 library to make making multi selections in Reports more user friendly. To make this more useful multi selects should really be optional. When no selections are made, report results should not be limited. To accomplish this I updated the default value of the hidden select to be a newline delimited string of all values.
<Bug :id='37050'/>

0 comments on commit 77feb1e

Please sign in to comment.