diff options
author | mark <mark> | 2011-01-01 00:47:01 +0000 |
---|---|---|
committer | mark <mark> | 2011-01-01 00:47:01 +0000 |
commit | c587b5fdc7175c2a752558efccfc3f424cff6c0d (patch) | |
tree | f065f2c68393c0300af30b0d5d1889ee7134756f /rt/FREESIDE_MODIFIED | |
parent | 0bebde603df97eb496150e80a58755b2f792f64a (diff) |
limit ticket creation queue dropdowns based on ACL, RT#7778
Diffstat (limited to 'rt/FREESIDE_MODIFIED')
-rw-r--r-- | rt/FREESIDE_MODIFIED | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/rt/FREESIDE_MODIFIED b/rt/FREESIDE_MODIFIED index aea074a82..73471247a 100644 --- a/rt/FREESIDE_MODIFIED +++ b/rt/FREESIDE_MODIFIED @@ -29,6 +29,20 @@ lib/RT/URI/freeside.pm lib/RT/URI/freeside/Internal.pm lib/RT/URI/freeside/XMLRPC.pm +# 3.9-fix-queue-caching bugfix branch +# github.com/bestpractical/rt/commit/7e211c1199836d49f007d7f677105e5c73cc0348 +Makefile.in +configure.ac +lib/RT/Principal_Overlay.pm +lib/RT/Queue_Overlay.pm +lib/RT/System.pm +lib/RT/Test.pm +lib/RT/Interface/Web.pm +sbin/rt-session-viewer.in +share/html/Elements/SelectQueue + +share/html/Ticket/Create.html # queue select dropdown on Ticket/Create + share/html/autohandler #Footer getting appended where unwelcome share/html/index.html #option to redirect to ticket display on quick create share/html/Admin/CustomFields/Modify.html #CheckMandatoryFields @@ -51,7 +65,6 @@ share/html/Elements/ShowLink_Checklist share/html/Elements/SelectCustomerAgent #SearchCustomerFields share/html/Elements/SelectCustomerClass #SearchCustomerFields share/html/Elements/SelectCustomerTag #SearchCustomerFields - html/Ticket/Create.html #XXX TODO share/html/Search/Build.html share/html/Search/Elements/BuildFormatString share/html/Search/Elements/PickCFs #customfield date patch |