fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cover image repo
[redakcja.git]
/
apps
/
catalogue
/
models
/
book.py
diff --git
a/apps/catalogue/models/book.py
b/apps/catalogue/models/book.py
index
df1ff4e
..
7e6cbfa
100755
(executable)
--- a/
apps/catalogue/models/book.py
+++ b/
apps/catalogue/models/book.py
@@
-200,10
+200,10
@@
class Book(models.Model):
self.gallery = gm.merge()
# and move the gallery starts
self.gallery = gm.merge()
# and move the gallery starts
- num_files = gm.dest_size
- for chunk in self[len(self) - len_other:]:
- chunk.gallery_start += gm.dest_size - gm.num_deleted
- chunk.save()
+ if gm.was_merged:
+
for chunk in self[len(self) - len_other:]:
+
chunk.gallery_start += gm.dest_size - gm.num_deleted
+
chunk.save()
other.delete()
other.delete()