mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-29 03:01:58 +08:00
Change some values to string in CheckFileInfo
This commit is contained in:
parent
3e74c96085
commit
85d2370d28
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ class WopiController < ActionController::Base
|
|||
BaseFileName: @asset.file_file_name,
|
||||
OwnerId: @asset.created_by_id.to_s,
|
||||
Size: @asset.file_file_size,
|
||||
UserId: @user.id,
|
||||
Version: @asset.version,
|
||||
UserId: @user.id.to_s,
|
||||
Version: @asset.version.to_s,
|
||||
SupportsExtendedLockLength: true,
|
||||
SupportsGetLock: true,
|
||||
SupportsLocks: true,
|
||||
|
|
Loading…
Reference in a new issue