]> git.parisson.com Git - teleforma.git/commitdiff
bugfix
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 1 Jan 2015 21:09:25 +0000 (22:09 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 1 Jan 2015 21:09:25 +0000 (22:09 +0100)
teleforma/management/commands/teleforma-import-seminar-media.py

index fa18eccbefc2ec5bb8dd521935596f34ae3af9cb..a3fe973b958d31558297fc185661206c2155d2dc 100644 (file)
@@ -186,7 +186,7 @@ class Command(BaseCommand):
                         else:
                             collection = collections[0]
 
-                        id = '_'.join([period.name, id_incr, collection_id, ext, str(media_rank)])
+                        id = '_'.join([period.name, self.id_incr, collection_id, ext, str(media_rank)])
 
                         item = self.get_item(collection, id)
                         item.title = name