When you add a variant you only get the copy from base issue button. This can be a bit of a pain when me and John are adding 50-100 variants each week if the person adding the base skeleton misses off a load of details. What would make it slightly nicer would be if we could use the preceding base issue, particularly for editors that often hasnt changed.

Once the variant is approved, if you go to edit it again, the preceding issue button is now there too.
I looked at the code and my guess is with {% if issue_revision.issue.get_prev_next_issue.0 %}
the .issue isnt populated yet so it doesnt go into get_prev_next_issue when the variant is new.
Is this a quick fix, and if not anything you could point me to try?
Cheers
Adam