[Rt-commit] rt branch, 4.2/hide-empty-cfs-option, repushed
Jim Brandt
jbrandt at bestpractical.com
Tue May 27 10:24:40 EDT 2014
The branch 4.2/hide-empty-cfs-option was deleted and repushed:
was 184650563d9fe1558b33b4eea8ab4069fea56076
now c43681f8de80a53188daf92d682c3780f478ce5c
1: 1846505 ! 1: c43681f Hide empty transaction cfs via new ShowCustomFields option
@@ -3,10 +3,16 @@
Hide empty transaction cfs via new ShowCustomFields option
As noted in the commit, 61a2dea49 removed code that had
- previously not displayed transaction CFs with no
- value. Explicitly add back that behavior to prevent
- repeatedly showing labels for empty CFs and cluttering
- the transaction history.
+ previously hidden transaction cfs with no value in the
+ transaction history. Transaction cfs were shown for create,
+ comment, and reply whether they had a value or not. This commit
+ explicitly adds back the hiding behavior to prevent
+ repeatedly showing labels for empty CFs and cluttering the
+ transaction history. However, this changes the behavior from
+ RT 4.0 in that it also hides transaction cfs with no value on
+ create, comment, and reply transactions.
+
+ Resolves issues ticket 29757
diff --git a/share/html/Elements/ShowCustomFields b/share/html/Elements/ShowCustomFields
--- a/share/html/Elements/ShowCustomFields
More information about the rt-commit
mailing list