Macro enabled Excel documents not editable
This commit is contained in:
parent
b0a53abc48
commit
8d9b06ae9d
@ -391,7 +391,7 @@ class DmsfFileRevision < ApplicationRecord
|
||||
end
|
||||
|
||||
def protocol
|
||||
@protocol ||= PROTOCOLS[mime_type]
|
||||
@protocol ||= PROTOCOLS[mime_type.downcase]
|
||||
@protocol
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user