Bug 22773

Summary: Bulk close invoices and filter invoice view (open/closed)
Product: Koha Reporter: Joy Nelson <1joynelson>
Component: AcquisitionsAssignee: Devinim <kohadevinim>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: new feature    
Priority: P5 - low CC: andrewfh, fridolin.somers, jonathan.druart, katrin.fischer, kelly, martin.renvoize, mirjam.vantieghem, nick
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Medium patch
Documentation contact: Documentation submission:
Text to go in the release notes:
This new feature splits the view of the invoice search results into opened and closed tables and adds the ability to bulk close or reopen invoices.
Version(s) released in:
21.05.00
Attachments: Bug 22773: Bulk Close invoices and Filter invoice view (open/closed)
Bug 22773: Bulk Close invoices and Filter invoice view (open/closed)
Bug 22773: (follow-up) Fix capitalization
Bug 22773: Message appearing if any invoice selected
Bug 22773: (follow-up) Recommended changes are made on datatable and butons
Bug 22773: The deprecated plugin is removed
Bug 22773: Bulk Close invoices and Filter invoice view (open/closed)
Bug 22773: (follow-up) Fix capitalization
Bug 22773: Message appearing if any invoice selected
Bug 22773: (follow-up) Recommended changes are made on datatable and butons
Bug 22773: The deprecated plugin is removed
Bug 22773: Bulk Close invoices and Filter invoice view (open/closed)
Bug 22773: (follow-up) Fix capitalization
Bug 22773: Message appearing if any invoice selected
Bug 22773: (follow-up) Recommended changes are made on datatable and butons
Bug 22773: The deprecated plugin is removed
Bug 22773: Bulk Close invoices and Filter invoice view (open/closed)
Bug 22773: (follow-up) Fix capitalization
Bug 22773: Message appearing if any invoice selected
Bug 22773: (follow-up) Recommended changes are made on datatable and butons
Bug 22773: The deprecated plugin is removed
Bug 22773: (QA follow-up) Improve existing merge button and fix checkbox label
Bug 22773: (QA follow-up) Fix missing filters
Bug 22773: Bulk Close invoices and Filter invoice view (open/closed)
Bug 22773: (follow-up) Fix capitalization
Bug 22773: Message appearing if any invoice selected
Bug 22773: (follow-up) Recommended changes are made on datatable and butons
Bug 22773: (QA follow-up) Improve existing merge button and fix checkbox label
Bug 22773: (QA follow-up) Fix missing filters
Bug 22773: (follow-up) Ensure buttons only affect their related table
Bug 22773: Assign different id to checkboxes
Bug 22773: Bulk Close invoices and Filter invoice view (open/closed)
Bug 22773: (follow-up) Fix capitalization
Bug 22773: Message appearing if any invoice selected
Bug 22773: (follow-up) Recommended changes are made on datatable and butons
Bug 22773: (QA follow-up) Improve existing merge button and fix checkbox label
Bug 22773: (QA follow-up) Fix missing filters
Bug 22773: (follow-up) Ensure buttons only affect their related table
Bug 22773: Assign different id to checkboxes
Bug 22773: (follow-up) Fix id clash and data element

Description Joy Nelson 2019-04-25 15:24:28 UTC
The invoice screen shows all invoices and is not filtered by open and closed.  We propose to:
1. Create a closed tab on the invoices view.

2. Move all closed invoices to a closed tab on the invoices view.  All open invoices would remain in the open tab until closed. 
This would provide the filtering needed and clean up the display for users.

3. Allow users to select multiple invoices on the Open tab and then provide a button on the screen to 'close selected invoices' in bulk.
Comment 1 Devinim 2019-10-01 09:54:28 UTC
Created attachment 93357 [details] [review]
Bug 22773: Bulk Close invoices and Filter invoice view (open/closed)

Test plan:
1)Verify that close tab occurse for closed invoices.
2)Try to select bulk invoices in open invoices tab and press button "Close selected invoices". Verify that your selected invoices moved to close invoices tab. 
3)Try to select bulk invoices in close invoices tab and press button "Reopen selected invoices". Verify that your selected invoices moved to open invoices tab.
4)Check also when you check on "Show only subscriptions" checkbox you may see subscribed invoices in all tabs.
Comment 2 ByWater Sandboxes 2019-10-01 14:23:59 UTC
Created attachment 93375 [details] [review]
Bug 22773: Bulk Close invoices and Filter invoice view (open/closed)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Comment 3 Katrin Fischer 2019-10-02 12:29:34 UTC
This works really well, but can please do a minor follow-up?

- Capitalization on the tab names and the new button is wrong: only the first word should begin with a capital letter (attaching a follow-up for this)
- The buttons don't align - we are missing: margin: .5em 0 0; on the second button. They should also be using: btn btn-default classes instead of submit.
- The alignment on the 'closed inovices' table seems a bit off. It's much smaller than my other table in testing and aligns 'center'. The data is almost indentical, so I think it's not that.
- It would be nice if there is a message when you don't check anything and click on the button (we do that in other places, like when selecting records for merging). (not blocker)

Please keep in touch - labelling this as 19.11 candidate for now.
Comment 4 Katrin Fischer 2019-10-02 12:39:51 UTC
Created attachment 93448 [details] [review]
Bug 22773: (follow-up) Fix capitalization
Comment 5 Devinim 2019-10-03 16:01:37 UTC
Created attachment 93660 [details] [review]
Bug 22773: Message appearing if any invoice selected
Comment 6 Owen Leonard 2019-10-03 18:36:21 UTC
(In reply to Katrin Fischer from comment #3)

> - The buttons don't align - we are missing: margin: .5em 0 0; on the second
> button.

Actually the right fix would be to remove the lin in staff-global.scss for "#merge" (currently line 3488).

> They should also be using: btn btn-default classes instead of submit.

This still needs to be fixed.

> - The alignment on the 'closed inovices' table seems a bit off. It's much
> smaller than my other table in testing and aligns 'center'.

I suggest adding "autoWidth: false" to the DataTable configuration.

By the way, I mentioned in conversation with Katrin on IRC that the dataTables.fnFilterAll.js should be unnecessary. The source of the plugin itself says it is deprecated:

" * DataTables 1.10+ provides this ability through its new API, which is able to
 * to control multiple tables at a time.
 * `$('.dataTable').DataTable().search( ... )` for example will apply the same
 * filter to all tables on the page. The new API should be used in preference
 * to this older method if at all possible."

However I wasn't able to get this method to work on both tables, so it appears the plugin is required for now.
Comment 7 Devinim 2019-10-18 13:54:22 UTC
Created attachment 94411 [details] [review]
Bug 22773: (follow-up) Recommended changes are made on datatable and butons
Comment 8 Jonathan Druart 2019-10-22 11:13:30 UTC
1. Not sure the tabs are the best choice here. We could have had 2 links to filter by open/close invoices. It would have made the code easier :)
Not blocker.

2. Also not sure why we need this plugin. Cannot we retrieve the instances of DataTable and filter them individually?

3. Should not we update the number of invoices displayed in each tab?
"Open invoices (X)"
Comment 9 Katrin Fischer 2019-10-28 07:07:41 UTC
(In reply to Jonathan Druart from comment #8)
> 1. Not sure the tabs are the best choice here. We could have had 2 links to
> filter by open/close invoices. It would have made the code easier :)
> Not blocker.
> 
> 2. Also not sure why we need this plugin. Cannot we retrieve the instances
> of DataTable and filter them individually?
> 
> 3. Should not we update the number of invoices displayed in each tab?
> "Open invoices (X)"

About 1) - we have something very similar for the closed and open subscriptions. Both are searched, but displayed in different tabs, so the pattern already exists. Not sure how it works, but maybe worth taking a look?
Comment 10 Katrin Fischer 2019-11-06 10:22:00 UTC
Hi all,

as there are some concerns about the datatables plugin used, could it be an option to see how it was solved for the subscription (separate tabs for active and closed subscriptions) and if this could be a way to avoid the plugin?

If it turns out that we can't do without the plugin for now, we could still maybe add it with a FIXME.

Would that be agreeable?

Then this leaves updating the number displayed on the bug (comment#8).
Comment 11 Martin Renvoize 2019-11-06 10:41:51 UTC
I don't mind whether we use tabs or a single table and filter.. there's precedence for both.

I really don't like the idea of introducing a new dependency that is already officially deprecated, so if there's any way to work around that then I'd be onboard with it.

Hope that helps guide this.. it's a nice feature and would be good to get moving again.
Comment 12 Devinim 2019-11-12 10:03:41 UTC
Created attachment 95290 [details] [review]
Bug 22773: The deprecated plugin is removed

We used the deprecated plugin (fnFilterAll) to benefit "Show only subscriptions" checkbox property.
In this new patch we removed fnFilterAll plugin and we put "Show only subscriptions" checkbox in each tab to be able to show checked subscriptions.
Comment 13 Jonathan Druart 2019-12-05 10:44:36 UTC
It's not clear with 2 tabs. Sorry to insist but:

1. Do not select anything, click "close selected invoices"
=> You get a warning "nothing selected"
Now tick an open invoice, and click "open selected invoices"
=> You do not get the warning

2. Click "Show only subscriptions" label does not select the checkbox. Missing id.

3. You can select subscriptions from the 2 tabs then click "Merge selected invoices". It's expected but as the button is inside the tab (so 2 buttons) it's not obvious.

Not blocker as other QAers agreed with the tab, but insufficient for me to PQA.
Comment 14 ByWater Sandboxes 2020-01-07 15:39:56 UTC
Created attachment 96906 [details] [review]
Bug 22773: Bulk Close invoices and Filter invoice view (open/closed)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>
Comment 15 ByWater Sandboxes 2020-01-07 15:39:59 UTC
Created attachment 96907 [details] [review]
Bug 22773: (follow-up) Fix capitalization

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>
Comment 16 ByWater Sandboxes 2020-01-07 15:40:01 UTC
Created attachment 96908 [details] [review]
Bug 22773: Message appearing if any invoice selected

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>
Comment 17 ByWater Sandboxes 2020-01-07 15:40:04 UTC
Created attachment 96909 [details] [review]
Bug 22773: (follow-up) Recommended changes are made on datatable and butons

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>
Comment 18 ByWater Sandboxes 2020-01-07 15:40:06 UTC
Created attachment 96910 [details] [review]
Bug 22773: The deprecated plugin is removed

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>
Comment 19 Kelly McElligott 2020-01-07 15:44:05 UTC
I am signing off on this bug.  To comment on Jonathan's comments.



2. Click "Show only subscriptions" label does not select the checkbox. Missing id.

I created a subscription order and this worked as the other orders did.  If there are no subscriptions then it produces no results which will not let you move on. 


3. You can select subscriptions from the 2 tabs then click "Merge selected invoices". It's expected but as the button is inside the tab (so 2 buttons) it's not obvious.

I am not sure what this means?  I did merge two invoices and it worked correctly.  If anything the merge button is not as pronounced (no black outline)
Comment 20 ByWater Sandboxes 2020-02-11 22:28:54 UTC
Created attachment 98729 [details] [review]
Bug 22773: Bulk Close invoices and Filter invoice view (open/closed)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>
Comment 21 ByWater Sandboxes 2020-02-11 22:28:57 UTC
Created attachment 98730 [details] [review]
Bug 22773: (follow-up) Fix capitalization

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>
Comment 22 ByWater Sandboxes 2020-02-11 22:29:00 UTC
Created attachment 98731 [details] [review]
Bug 22773: Message appearing if any invoice selected

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>
Comment 23 ByWater Sandboxes 2020-02-11 22:29:02 UTC
Created attachment 98732 [details] [review]
Bug 22773: (follow-up) Recommended changes are made on datatable and butons

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>

Signed-off-by: Christopher Kellermeyer <ckellermeyer@altadenalibrary.org>
Comment 24 ByWater Sandboxes 2020-02-11 22:29:05 UTC
Created attachment 98733 [details] [review]
Bug 22773: The deprecated plugin is removed

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>

Signed-off-by: Christopher Kellermeyer <ckellermeyer@altadenalibrary.org>
Comment 25 Jonathan Druart 2020-02-12 14:03:54 UTC
(In reply to Kelly McElligott from comment #19)
> I am signing off on this bug.  To comment on Jonathan's comments.
> 
> 
> 
> 2. Click "Show only subscriptions" label does not select the checkbox.
> Missing id.
> 
> I created a subscription order and this worked as the other orders did.  If
> there are no subscriptions then it produces no results which will not let
> you move on. 

The "missing label" thing means that when you click on the label of the checkbox, the checkbox does not check/uncheck.

> 3. You can select subscriptions from the 2 tabs then click "Merge selected
> invoices". It's expected but as the button is inside the tab (so 2 buttons)
> it's not obvious.
> 
> I am not sure what this means?  I did merge two invoices and it worked
> correctly.  If anything the merge button is not as pronounced (no black
> outline)

The screen is: https://snipboard.io/yjkFzV.jpg

The first question is: Are we suppose to merge open and close invoices?

The "Merge selected invoices" button is inside the "open invoices" fieldset/block.
However, if you select invoices from the "open invoices" and the "closed invoices", the merge button will work. IMO it's ergonomically wrong.
Comment 26 Katrin Fischer 2020-07-05 10:45:32 UTC
I've tested merging invoices from 2 different tabs and it worked nicely. I did 2 follow-ups for some cosmetics (the label on the subscription limit and the buttons). Ready to PQA.
Comment 27 Katrin Fischer 2020-07-05 10:46:35 UTC
Created attachment 106538 [details] [review]
Bug 22773: Bulk Close invoices and Filter invoice view (open/closed)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 28 Katrin Fischer 2020-07-05 10:46:40 UTC
Created attachment 106539 [details] [review]
Bug 22773: (follow-up) Fix capitalization

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 29 Katrin Fischer 2020-07-05 10:46:44 UTC
Created attachment 106540 [details] [review]
Bug 22773: Message appearing if any invoice selected

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 30 Katrin Fischer 2020-07-05 10:46:48 UTC
Created attachment 106541 [details] [review]
Bug 22773: (follow-up) Recommended changes are made on datatable and butons

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>

Signed-off-by: Christopher Kellermeyer <ckellermeyer@altadenalibrary.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 31 Katrin Fischer 2020-07-05 10:46:52 UTC
Created attachment 106542 [details] [review]
Bug 22773: The deprecated plugin is removed

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>

Signed-off-by: Christopher Kellermeyer <ckellermeyer@altadenalibrary.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 32 Katrin Fischer 2020-07-05 10:46:56 UTC
Created attachment 106543 [details] [review]
Bug 22773: (QA follow-up) Improve existing merge button and fix checkbox label

Fixes the checkbox label by adding an id, so that when you click on
"Show only subscriptons" the checkbox will be checked.

Adds standard classes to the existing "Merge selected invoices" button
to make things more consistent. Also added the fa-compress icon that
we use in cataloguing on the merge records button.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 33 Katrin Fischer 2020-07-05 10:47:00 UTC
Created attachment 106544 [details] [review]
Bug 22773: (QA follow-up) Fix missing filters

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 34 Jonathan Druart 2020-07-20 13:58:40 UTC
3 smalls things:
1. Please squash 
 Bug 22773: Bulk Close invoices and Filter invoice view (open/closed)
and
 Bug 22773: The deprecated plugin is removed
to avoid dataTables.fnFilterAll.js to be tracked (we never used it)

2. Buttons are not aligned/styled correctly: https://snipboard.io/wyac78.jpg

3. We should not send the checkboxes from the other tabs.
To recreate:
- Have 1+ closed and 1+ opened invoice
- Make sure the closedate is != from today
- Don't tick anything
- Click "Please select at least one invoice." => You get the JS alert OK
- Tick the closed invoices and click the "Close selected invoices" from the "Open invoices" tab
=> You don't get the JS alert KO
=> the closedate is not today KO
Comment 35 Nick Clemens 2021-01-20 12:18:25 UTC
Created attachment 115420 [details] [review]
Bug 22773: Bulk Close invoices and Filter invoice view (open/closed)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Bug 22773: The deprecated plugin is removed

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>

Signed-off-by: Christopher Kellermeyer <ckellermeyer@altadenalibrary.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Remove asset for removed js
Comment 36 Nick Clemens 2021-01-20 12:18:28 UTC
Created attachment 115421 [details] [review]
Bug 22773: (follow-up) Fix capitalization

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 37 Nick Clemens 2021-01-20 12:18:31 UTC
Created attachment 115422 [details] [review]
Bug 22773: Message appearing if any invoice selected

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 38 Nick Clemens 2021-01-20 12:18:34 UTC
Created attachment 115423 [details] [review]
Bug 22773: (follow-up) Recommended changes are made on datatable and butons

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>

Signed-off-by: Christopher Kellermeyer <ckellermeyer@altadenalibrary.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 39 Nick Clemens 2021-01-20 12:18:38 UTC
Created attachment 115424 [details] [review]
Bug 22773: (QA follow-up) Improve existing merge button and fix checkbox label

Fixes the checkbox label by adding an id, so that when you click on
"Show only subscriptons" the checkbox will be checked.

Adds standard classes to the existing "Merge selected invoices" button
to make things more consistent. Also added the fa-compress icon that
we use in cataloguing on the merge records button.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 40 Nick Clemens 2021-01-20 12:18:41 UTC
Created attachment 115425 [details] [review]
Bug 22773: (QA follow-up) Fix missing filters

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 41 Nick Clemens 2021-01-20 12:18:44 UTC
Created attachment 115426 [details] [review]
Bug 22773: (follow-up) Ensure buttons only affect their related table

Also cleans up a few rebase issues
Comment 42 Nick Clemens 2021-01-20 12:22:00 UTC
(In reply to Jonathan Druart from comment #34)
> 1. Please squash to avoid dataTables.fnFilterAll.js to be tracked (we never used it)

Done

> 2. Buttons are not aligned/styled correctly: https://snipboard.io/wyac78.jpg

yarn build
-the margin on merge button is removed in these patches and fixes alignment
 
> 3. We should not send the checkboxes from the other tabs.

Fixed
Comment 43 Jonathan Druart 2021-01-29 07:47:25 UTC
Created attachment 116010 [details] [review]
Bug 22773: Assign different id to checkboxes

Otherwise clicking the label does not work
Comment 44 Jonathan Druart 2021-01-29 07:49:49 UTC
We would have certainly saved time, lines of code, readability and maintainability with only one table and correct filters.

[un]select all links are missing, not considering blocker however.
Comment 45 Jonathan Druart 2021-01-29 07:56:33 UTC
Sorry, found a bug.

Merge is broken, there are elements sharing the same id (in this case #merge).

To recreate, have 2 open invoices, select them, click merge
You get "You must select at least two invoices to merge."...
Comment 46 Nick Clemens 2021-04-07 13:02:17 UTC
Created attachment 119282 [details] [review]
Bug 22773: Bulk Close invoices and Filter invoice view (open/closed)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Bug 22773: The deprecated plugin is removed

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>

Signed-off-by: Christopher Kellermeyer <ckellermeyer@altadenalibrary.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Remove asset for removed js
Comment 47 Nick Clemens 2021-04-07 13:02:22 UTC
Created attachment 119283 [details] [review]
Bug 22773: (follow-up) Fix capitalization

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 48 Nick Clemens 2021-04-07 13:02:27 UTC
Created attachment 119284 [details] [review]
Bug 22773: Message appearing if any invoice selected

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 49 Nick Clemens 2021-04-07 13:02:32 UTC
Created attachment 119285 [details] [review]
Bug 22773: (follow-up) Recommended changes are made on datatable and butons

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>

Signed-off-by: Christopher Kellermeyer <ckellermeyer@altadenalibrary.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Rebase add comma
Comment 50 Nick Clemens 2021-04-07 13:02:37 UTC
Created attachment 119286 [details] [review]
Bug 22773: (QA follow-up) Improve existing merge button and fix checkbox label

Fixes the checkbox label by adding an id, so that when you click on
"Show only subscriptons" the checkbox will be checked.

Adds standard classes to the existing "Merge selected invoices" button
to make things more consistent. Also added the fa-compress icon that
we use in cataloguing on the merge records button.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 51 Nick Clemens 2021-04-07 13:02:41 UTC
Created attachment 119287 [details] [review]
Bug 22773: (QA follow-up) Fix missing filters

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 52 Nick Clemens 2021-04-07 13:02:45 UTC
Created attachment 119288 [details] [review]
Bug 22773: (follow-up) Ensure buttons only affect their related table

Also cleans up a few rebase issues
Comment 53 Nick Clemens 2021-04-07 13:02:50 UTC
Created attachment 119289 [details] [review]
Bug 22773: Assign different id to checkboxes

Otherwise clicking the label does not work
Comment 54 Nick Clemens 2021-04-07 13:02:54 UTC
Created attachment 119290 [details] [review]
Bug 22773: (follow-up) Fix id clash and data element
Comment 55 Jonathan Druart 2021-04-08 13:42:19 UTC
Pushed to master for 21.05, thanks to everybody involved!
Comment 56 Fridolin Somers 2021-04-19 10:12:50 UTC
Enhancement not pushed to 20.11.x
Comment 57 Mirjam Vantieghem 2022-09-23 09:15:11 UTC
(In reply to Jonathan Druart from comment #44)
> We would have certainly saved time, lines of code, readability and
> maintainability with only one table and correct filters.
> 
> [un]select all links are missing, not considering blocker however.

We are very happy with this enhancement!
It would be even greater if there would be "(un)select all" links.
Not sure if I have to file a new bug for this?
Comment 58 Katrin Fischer 2022-11-16 23:07:24 UTC
(In reply to Mirjam Vantieghem from comment #57)
> (In reply to Jonathan Druart from comment #44)
> > We would have certainly saved time, lines of code, readability and
> > maintainability with only one table and correct filters.
> > 
> > [un]select all links are missing, not considering blocker however.
> 
> We are very happy with this enhancement!
> It would be even greater if there would be "(un)select all" links.
> Not sure if I have to file a new bug for this?

Hi Mirjam, once a feature/bug has been published in a release, we always need a new bug for any fixes or further improvements. Please file one! :)
Comment 59 Mirjam Vantieghem 2022-11-17 09:59:19 UTC
Thanks for your reply, Katrin. Someone has already done this: bug 30438.
I saw this only after I placed my comment ...
Comment 60 Katrin Fischer 2022-11-17 10:02:11 UTC
(In reply to Mirjam Vantieghem from comment #59)
> Thanks for your reply, Katrin. Someone has already done this: bug 30438.
> I saw this only after I placed my comment ...

Great :)