1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-03-19 10:05:25 +00:00

Fix for duplicate issues on story arc details page

This commit is contained in:
Roberto Pastor 2016-11-03 09:08:03 +01:00 committed by evilhero
parent fdfbedbb40
commit 7e8d17ae94

View file

@ -524,7 +524,7 @@ class WebInterface(object):
issuePublisher = cid['Publisher'] issuePublisher = cid['Publisher']
break break
newCtrl = {"IssueArcID": AD['IssueArcID'], newCtrl = {"IssueID": AD['IssueID'],
"StoryArcID": AD['StoryArcID']} "StoryArcID": AD['StoryArcID']}
newVals = {"ComicID": AD['ComicID'], newVals = {"ComicID": AD['ComicID'],
"IssueID": AD['IssueID'], "IssueID": AD['IssueID'],