Post-checkin fix for bug 313126 (better wording when the classification description is removed)
git-svn-id: svn://10.0.0.236/trunk@255700 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -198,7 +198,11 @@
|
||||
<li>Name updated to '[% classification.name FILTER html %]'</li>
|
||||
[% END %]
|
||||
[% IF changes.description.defined %]
|
||||
<li>Description updated to '[% classification.description FILTER html %]'</li>
|
||||
[% IF classification.description %]
|
||||
<li>Description updated to '[% classification.description FILTER html %]'</li>
|
||||
[% ELSE %]
|
||||
<li>Description removed</li>
|
||||
[% END %]
|
||||
[% END %]
|
||||
[% IF changes.sortkey.defined %]
|
||||
<li>Sortkey updated to '[% classification.sortkey FILTER html %]'</li>
|
||||
|
||||
Reference in New Issue
Block a user