Longer description of activity allowed

This commit is contained in:
2016-10-20 18:15:03 +02:00
parent 63984d3455
commit 471cbd17ba
2 changed files with 4 additions and 4 deletions

View File

@@ -51,8 +51,8 @@ def activity_after_replacing_shot(shot, original):
if key == 'properties.status':
val_shot = pillar.web.jinja.format_undertitle(val_shot)
elif len(val_shot) > 20:
val_shot = val_shot[:17] + u''
elif len(val_shot) > 80:
val_shot = val_shot[:80] + u''
descr = 'changed "%s" to "%s" in shot "%s"' %\
(human_key, val_shot, shot['name'])