[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.3-108-g45f6337
Kevin Falcone
falcone at bestpractical.com
Fri Apr 25 16:08:39 EDT 2014
The branch, 4.2-trunk has been updated
via 45f6337bfd38eb61be6f3b8c7d09ed9660b5d611 (commit)
via 30061a2418c8211274f00ee7899eb330ed52a3bc (commit)
from a80841c96e05d316afb95f0b36be7ef738193a5f (commit)
Summary of changes:
lib/RT/Record.pm | 1 +
share/static/css/base/history.css | 1 +
2 files changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit 30061a2418c8211274f00ee7899eb330ed52a3bc
Author: Christian Loos <cloos at netcologne.de>
Date: Thu Apr 10 18:30:44 2014 +0200
tag SystemError transactions with an error class
This makes it easy to make the SystemError transactions more visible to the
user with a little bit of css.
Previously the txn was tagged with the 'other' class.
The new 'error' class use currently the same style as the previous 'other'
class to not surprise the user with an layout change within an stable release.
diff --git a/lib/RT/Record.pm b/lib/RT/Record.pm
index 788aa42..b000209 100644
--- a/lib/RT/Record.pm
+++ b/lib/RT/Record.pm
@@ -1762,6 +1762,7 @@ our %TRANSACTION_CLASSIFICATION = (
Owner Creator LastUpdatedBy
) ),
},
+ SystemError => 'error',
__default => 'other',
);
diff --git a/share/static/css/base/history.css b/share/static/css/base/history.css
index a97843d..be16f31 100644
--- a/share/static/css/base/history.css
+++ b/share/static/css/base/history.css
@@ -147,6 +147,7 @@ padding-right:0.25em;
.transaction.message .type { background: #069; }
.transaction.reminders .type { background: #369; }
.transaction.other .type { background: #abc; }
+.transaction.error .type { background: #abc; }
.transaction .message-header-value.verify { font-weight: bold; }
commit 45f6337bfd38eb61be6f3b8c7d09ed9660b5d611
Merge: a80841c 30061a2
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Fri Apr 25 16:00:59 2014 -0400
Merge branch '4.2/transaction-error-class' into 4.2-trunk
-----------------------------------------------------------------------
More information about the rt-commit
mailing list