Bug 31522 - Hide check boxes if no actions are available
Hide check boxes if no actions are available
Status: CLOSED DUPLICATE of bug 32027
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 4.1
Other Linux
: P5 enhancement (vote)
: ---
Assigned To: UMC maintainers
:
: 24778 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-05-27 19:09 CEST by Alexander Kläser
Modified: 2023-03-25 06:40 CET (History)
3 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): Usability
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kläser univentionstaff 2013-05-27 19:09:21 CEST
Currently, check boxes for selection are even displayed if no actions are available (e.g., Join module, UCS@school Exam module). This irritates users, therefore it would be nice to hide them in this case.
Comment 1 Alexander Kläser univentionstaff 2013-07-18 17:12:00 CEST
*** Bug 24778 has been marked as a duplicate of this bug. ***
Comment 2 Florian Best univentionstaff 2016-10-21 14:33:01 CEST
@Jürn: please fix this in the new grid.

*** This bug has been marked as a duplicate of bug 32027 ***
Comment 3 Florian Best univentionstaff 2016-10-21 14:36:48 CEST
The grid in umc.widgets.MultiObjectSelect (_SelectMixin or something... ) should not be affected.
Comment 4 Florian Best univentionstaff 2017-02-21 15:40:26 CET
This can be achieved via:
new umc.widgets.Grid({gridOptions: {selectionMode: 'none'}})