Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
8be3e3c990
@ -157,12 +157,15 @@ class Drafts(LoginRequiredMixin, View):
|
||||
for k in ['official_project_documents', 'other_documents',
|
||||
'shapefiles']:
|
||||
|
||||
try:
|
||||
items = list(filter(
|
||||
lambda x: (
|
||||
x['name'] == '{0}_files'.format(k)
|
||||
and x['value'] != ''
|
||||
), data['data']['form']
|
||||
))
|
||||
except KeyError:
|
||||
continue
|
||||
|
||||
try:
|
||||
items = items[0]['value'].split(',')
|
||||
|
Loading…
Reference in New Issue
Block a user