[Support request] Info Icon for Custom Ticket Columns

    • November 23, 2021 at 2:39 am #8760

      The icon didn’t seem to add anything for us, so I opted to remove it for now.  Just in case anyone else wants to do the same, edit /include/class.list.php

      Modify function display() to the following implementation:

      function display() {
      return sprintf('%s', $this->getValue(), $this->getListId(), $this->getId());
      }
    • November 23, 2021 at 1:12 pm #8762
      N
      NIcholasjansen
      Participant

      Thats great! Thanks for the heads up 🙂

You must be logged in to reply to this topic.