Skip to content

Commit

Permalink
Macro enabled Excel documents not editable
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Aug 28, 2024
1 parent b0a53ab commit 8d9b06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/dmsf_file_revision.rb
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def workflow_tooltip
end

def protocol
@protocol ||= PROTOCOLS[mime_type]
@protocol ||= PROTOCOLS[mime_type.downcase]
@protocol
end

Expand Down

0 comments on commit 8d9b06a

Please sign in to comment.