Forum

Disabling a custom ...
 
Notifications
Clear all

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

1 Posts
2 Users
0 Reactions
18 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

 


Posts: 1177
Admin
(@stevland)
Member
Joined: 2 months 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: