Copy and Paste does not paste multiple reactions
Will use rule-based code to copy and paste for multiple reactions, need to preserve function of non-rule based model copy/paste in terms of species names and compartment assignments.
@ACowan0105 @danv61 please comment on the current status of this issue. should this be considered an enhancement request or a bug if it can work one at a time? comments?
@jcschaff It's a bug, if you try to copy and paste 2 reactions s0->s1 and s0->s2, from one vcell instance to another, the code will duplicate s0 at the destination.
@jcschaff @danv61 Note that this feature is pretty essential to the ModelBricks project. Because of this I think it needs to stay high in the queue.
@jcschaff @ACowan0105 The implementation of copy and paste for reactions is different from the implementation for rules. Maybe we could find time to unify them, both the UI and functionality