parse info after updating
This commit is contained in:
parent
bb7d43e29f
commit
db9e943b28
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ def update(request):
|
||||||
if key in info:
|
if key in info:
|
||||||
del info[key]
|
del info[key]
|
||||||
f.info = info
|
f.info = info
|
||||||
|
f.parse_info()
|
||||||
f.save()
|
f.save()
|
||||||
if not upload_only:
|
if not upload_only:
|
||||||
all_files = models.Instance.objects.filter(volume__user=user)
|
all_files = models.Instance.objects.filter(volume__user=user)
|
||||||
|
|
Loading…
Reference in a new issue