Actions
Patch #20512
closedProject.copy_from deletes enabled_modules on source
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.
Files
Actions