Restore table checkboxes on load#1139
Conversation
Fixes opencast#1136. Table checkboxes were not rendered upon initial load. This patch fixes that.
|
Use Run test server using develop.opencast.org as backend: Specify a different backend like stable.opencast.org: It may take a few seconds for the interface to spin up. |
|
This pull request is deployed at test.admin-interface.opencast.org/1139/2025-03-11_08-47-26/ . |
NadiaUoM
left a comment
There was a problem hiding this comment.
Just a small question. Why you have added " | " on line no. 73? Because without adding this still checkbox are getting loaded.
This added an empty string ("") to the types, because the default value was changed to |
eduardklinger
left a comment
There was a problem hiding this comment.
The default resource value "events" prevented updating the multiSelect value on the first events table load.
Setting the default value to "" triggers updating the multiSelect value, which renders the checkboxes.
|
Arguably we should just make sure that Thanks for reviewing! |
Fixes #1136.
Table checkboxes were not rendered upon initial load. This patch fixes that.
How to test this
Can be tested as usual. Tables should again always render the selection checkboxes (if applicable for that table). The reset button in the edit table view modal should also continue to work.