Add recursive option to file props form

This commit is contained in:
Skia
2017-01-12 20:55:31 +01:00
parent 9efd85d99b
commit 5a305354cb
2 changed files with 8 additions and 1 deletions

View File

@ -273,3 +273,4 @@ class AlbumEditView(CanEditMixin, UpdateView):
if form.cleaned_data['recursive']:
self.object.apply_rights_recursively(True)
return ret