Notifications
Clear all
6 Forums 829 Topics 3,280 Posts 8 Online 3,047 Members

Resolved Cannot delete entries in Holiday schedule

3 Posts
3 Users
0 Reactions
105 Views
Posts: 1
Topic starter
(@jimlam)
Member
Joined: 4 years ago

During editing a holiday schedule, the selection checkbox is missing from the entries, making them all non-selectable, thus cannot be deleted. I have attached a screenshot below, there should be a "checkbox" on the left side of the row after the drag handle, but is missing.

Missing checkbox in rows


2 Replies
Posts: 1185
Admin
(@stevland)
Member
Joined: 10 years ago

After all of these years there are still areas of osTicket that I haven't yet found. And here is one of them!

I see what is happening: the Edit icons are covering the checkboxes.

Add this to Theme Options > Custom CSS:

#schedule-entries i.icon-edit {
    margin: -5px 5px 0 22px !important;
}


Reply
Posts: 2
(@wesemannstadt-uetersen-de)
Member
Joined: 2 years ago

The same error is still present when editing Lists (Manage->Lists), e.g. Ticket Statuses.

I slightly edited your fix:

#list-items i.icon-edit {
    margin: -5px 5px 0 22px !important;
}

Reply
Share: