Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for bug in Plan duplication results in original plan identifier b…
…eing copied. Change in class method Plan.deep_copy: - Firstly, on duplicating the Plan we set the plan identifier to nil and save. - Then we fill the identifier variable with the Plan id that was regenerated when the duplicate copy was save in the previous. - We then persist this change by saving the Plan again.
- Loading branch information