Thanks for your work on this module. We are starting to use it quite a bit where I work.

One small thing that would make this module a little easier to use would be to include the job ticket id in the listings. We found that when we have skype-conferences, it would be easier to talk about ticket xxx rather than refer to it by title.

Attached are simple patches which provide this functionality.

Comments

jeremy’s picture

Status: Needs review » Fixed

Thanks, patch committed. I also made it simple to remove columns with CSS, so anyone that doesn't want to display the IDs can simply add CSS something like:

.ticket-id {
display: none;
}

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.