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:
parent
fdfbedbb40
commit
7e8d17ae94
1 changed files with 28 additions and 28 deletions
|
@ -524,7 +524,7 @@ class WebInterface(object):
|
|||
issuePublisher = cid['Publisher']
|
||||
break
|
||||
|
||||
newCtrl = {"IssueArcID": AD['IssueArcID'],
|
||||
newCtrl = {"IssueID": AD['IssueID'],
|
||||
"StoryArcID": AD['StoryArcID']}
|
||||
newVals = {"ComicID": AD['ComicID'],
|
||||
"IssueID": AD['IssueID'],
|
||||
|
|
Loading…
Add table
Reference in a new issue