]> source.dussan.org Git - redmine.git/commit
Fix missing deletion of custom field attachments upon issue deletion (#38966).
authorGo MAEDA <maeda@farend.jp>
Sat, 26 Oct 2024 02:14:09 +0000 (02:14 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 26 Oct 2024 02:14:09 +0000 (02:14 +0000)
commit55c7a3177f79e4c893fec8909a5edea27aa61f98
tree7a79c19494c34ee275ab79b2b9132bf90fb4d7b7
parentb03ab8b3534eb3be9664724e4b2c12c4d0628c11
Fix missing deletion of custom field attachments upon issue deletion (#38966).

Patch by Takenori TAKAKI (user:takenory).

git-svn-id: https://svn.redmine.org/redmine/trunk@23161 e93f8b46-1217-0410-a6f0-8f06a7374b81
db/migrate/20241022095140_remove_orphaned_custom_value_attachments.rb [new file with mode: 0644]
lib/plugins/acts_as_customizable/lib/acts_as_customizable.rb
test/unit/issue_test.rb