[Rt-commit] rt branch, 4.4/hide-time-worked, repushed
Dustin Graves
dustin at bestpractical.com
Thu Dec 3 13:03:52 EST 2015
The branch 4.4/hide-time-worked was deleted and repushed:
was 8bf5da95e570db1a3fb9a68f06f0786df7f28585
now ba9ee2d140f56a3ec74c2a0a4858aad4d895d604
--: ------- > 1: c712931 Fix extraneous whitespace warnings from po linter
--: ------- > 2: dea515e Updated translations from Launchpad
--: ------- > 3: 5cb67b2 Avoid using a stale dbh in rt-setup-database
--: ------- > 4: d99f77e failing and warning externalauth tests
--: ------- > 5: 3091165 One last missing undef $m in ldap_privileged.t
--: ------- > 6: 3a80169 skip when ::Authen::ExternalAuth can't load like other externalauth tests do
--: ------- > 7: 5d5e872 French i18n updates
--: ------- > 8: 6c0c5b2 Add "HeldBy" -> "Held By" en localization from Assets
--: ------- > 9: e641431 po mismerge
--: ------- > 10: 5ea7017 Fix mismerge of _DurationAsString
--: ------- > 11: 615120d Fix failing test in ldapimport/user-import.t
--: ------- > 12: 2f14fe9 Remove calls to removed ->screendebug
--: ------- > 13: 4a861ef Switch ExternalAuth example in RT_Config to JSGantt
--: ------- > 14: ec6ce9c Fix My_DBI being removed from ExternalServices due to "db" vs "dbi"
--: ------- > 15: e525b1a Avoid returning undef for default catalog
--: ------- > 16: 719dfea Avoid undef warnings in upgrading dashboards
--: ------- > 17: b9c4bdf Unify our upgrading cored extensions documentation
--: ------- > 18: b6d9c46 Install rt-ldapimport
--: ------- > 19: 5f68191 Updated translations from Launchpad
--: ------- > 20: f968229 Handle non-ckeditor for syncing scrips
1: 8bf5da9 ! 21: ba9ee2d add config HideTimeWorkedForUnprivilegedUsers to hide time worked, estimated, and left for unprivileged users
@@ -9,7 +9,7 @@
+++ b/etc/RT_Config.pm.in
@@
- =back
+ Set($HideUnsetFieldsOnDisplay, 0);
+=item C<$HideTimeFieldsFromUnprivilegedUsers>
+
@@ -21,10 +21,8 @@
+
+Set($HideTimeFieldsFromUnprivilegedUsers, 0);
+
-+=back
-+
+ =back
- =head2 Articles
diff --git a/lib/RT/Ticket.pm b/lib/RT/Ticket.pm
More information about the rt-commit
mailing list