forked from 0x2620/pandora
max length, dont fail for layer redirects
This commit is contained in:
parent
6ca4edf742
commit
8a4d4f029e
4 changed files with 9 additions and 8 deletions
|
|
@ -41,7 +41,7 @@ class MetaClip:
|
|||
[a.sortvalue
|
||||
for a in self.annotations.filter(layer=l).order_by('sortvalue')]))
|
||||
if sortvalue:
|
||||
self.sortvalue = sortvalue[:1000]
|
||||
self.sortvalue = sortvalue[:900]
|
||||
else:
|
||||
self.sortvalue = None
|
||||
self.findvalue = '\n'.join(filter(None, [a.findvalue for a in self.annotations.all()]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue