Patch #20512
Project.copy_from deletes enabled_modules on source
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Projects | |||
Target version: | 3.0.5 |
Description
project#enabled_modules = project.enabled_modules causing troubles, because there are ids copied, therefore rails somehow end up with updating old enabled_modules to match new project_id, so they are not copied, but transfered.
Associated revisions
Project.copy_from deletes enabled_modules on source (#20512).
Fix by Ondřej Ezr.
History
#1
Updated by Jean-Philippe Lang over 5 years ago
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Target version set to 3.1.1
Patch committed in r14508 with a test, thanks.
#2
Updated by Jean-Philippe Lang over 5 years ago
- Status changed from Resolved to Closed
- Target version changed from 3.1.1 to 3.0.5