This commit is contained in:
Karel Pičman 2025-01-13 17:48:23 +01:00
parent d33d7503fc
commit 638fb90e6a

View File

@ -106,7 +106,7 @@ module RedmineDmsf
end end
def dmsf_act_as_attachable? def dmsf_act_as_attachable?
value = Setting.plugin_redmine_dmsf['dmsf_act_as_attachable?'] value = Setting.plugin_redmine_dmsf['dmsf_act_as_attachable']
value.to_i.positive? || value == 'true' value.to_i.positive? || value == 'true'
end end