Lost attachment on bulk edit #1449

This commit is contained in:
Karel Pičman 2023-06-01 13:38:49 +02:00
parent 24a965e798
commit dc0906b4b3

View File

@ -53,6 +53,8 @@ module RedmineDmsf
def controller_issues_bulk_edit_before_save(context = {}) def controller_issues_bulk_edit_before_save(context = {})
controller_issues_before_save context controller_issues_before_save context
# Call also the after safe hook, 'cause it's missing in Redmine
controller_issues_after_save(context, edit: true) unless defined?(EasyExtensions)
end end
# Unfortunately this hook is missing in Redmine. It's called in Easy Redmine only. # Unfortunately this hook is missing in Redmine. It's called in Easy Redmine only.