Closed (fixed)
Project:
Translation Management Tool
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2013 at 16:47 UTC
Updated:
18 Feb 2014 at 14:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
berdirAnd while we're at it, the title should probably be shortened for both job and job item titles, looks crappy right with a long node title.
Comment #2
berdirWhat's worse, the label is limited to 128 characters but the auto-generated label can be bigger than that.
Comment #3
blueminds commentedSee the patch. However I am not sure if my approach where job defaultLabel() does not escape and the caller should escape is just, but made most sense to me.
Also did the label max length thing.
Comment #4
blueminds commentedComment #5
miro_dietikerI guess, yes.
The inner API functions should return unencoded stuff. Encoding is a matter of the displaying layer.
Comment #6
berdirWhy 128 or the constant? :)
The > 0 check seems a bit weird, it's a constant not a variable, so we don't really expect it to change...
Comment #7
blueminds commentedhmm, yes strange... it looks like the length would be going to be configurable... fixed
Comment #8
berdirThanks, committed and pushed.