blugemcommunications

Forum Replies Created

  • In reply to: 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());
    }