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

    • August 13, 2020 at 11:21 am #6198
      S
      scottzsori
      Participant

      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

       

    • August 13, 2020 at 8:19 pm #6201
      stevland
      Keymaster

      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;
      }

You must be logged in to reply to this topic.

Topic Tags