rt:5.0/core-history-filter2

Last commit made on 2022-10-07
Get this branch:
git clone -b 5.0/core-history-filter2 https://git.launchpad.net/rt

Branch merges

Branch information

Name:
5.0/core-history-filter2
Repository:
lp:rt

Recent commits

64e9a98... by Brian Conry <email address hidden>

Add Ticket Transaction History Filtering

This adds the ability to filter transactions in a ticket's history based
on the transaction type. The set of filterable options is configurable
and defaults to 'Create', 'Correspond', and 'Comment'. Queues can be
configured to be filtered by default.

The filtering is controlled by a new widget in the ticket transaction
history header that allows the filter to be turned on/off and for
individual (configured) transaction types to be toggled.

ed44ea1... by craig kaiser <email address hidden>

Add Fontawesome Filter icon

e13a268... by Jim Brandt

Merge branch '5.0/group-default-values' into 5.0-trunk

82569eb... by craig kaiser <email address hidden>

Allow default custom field values for more objects

This change shows the default value option in the custom
field admin page for more objects. Once set, the default is
populated on the create page for these objects.

712515e... by sunnavy

Fix typo of "Elemenents"

7310a29... by sunnavy

Merge branch '5.0/add-dashboard-list-to-email-cli' into 5.0-trunk

02b9e1e... by Jason Crome <email address hidden>

Support to specify dashboards for rt-email-dashboards

e271ef7... by Blaine Motsinger <email address hidden>

Fix LDAP filter string debug output

The filter variable in UserExists isn't a Net::LDAP::Filter obj
so fails the as_string method.

Additionally, search_filter is more correct since it contains the
final constructed filter.

a5ed0c8... by Jim Brandt

Merge branch '5.0/add-callback-showsummary-aftercustomfields' into 5.0-trunk

bcc532c... by Brian Conry <email address hidden>

Add AfterCustomFields callback to /Ticket/Elements/ShowSummary