Commit 2dea5418 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Post-checkin fix for bug 313126 (better wording when the classification description is removed)

parent f6c2d743
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment