Notifications
Clear all
6 Forums 835 Topics 3,292 Posts 18 Online 3,052 Members

Resolved Disabling a custom list also disables the ability to select it for enable/delete

2 Posts
2 Users
0 Reactions
357 Views
Posts: 1
Topic starter
(@scottzsori)
Member
Joined: 6 years ago

There appears to be a UI bug on the Update custom list screen.
When an item is disabled it not only disables its function, but also disables the ability to select it to be Enabled or Deleted.
Am I missing something and there is another place to enable this?

version: osTicket-1.14.2-Awesome-103

 


Topic Tags
1 Reply
Posts: 1188
Admin
(@stevland)
Member
Joined: 10 years ago

Hi @scottzsori,

Thank you for the screenshot.

This will be fixed in the next release.

But for now, please add the following to Admin Panel > Theme > Custom CSS

#list-tabs_container .disabled {
    pointer-events: initial;
}


Reply
Share: