mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-30 11:41:19 +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,
|
BaseFileName: @asset.file_file_name,
|
||||||
OwnerId: @asset.created_by_id.to_s,
|
OwnerId: @asset.created_by_id.to_s,
|
||||||
Size: @asset.file_file_size,
|
Size: @asset.file_file_size,
|
||||||
UserId: @user.id,
|
UserId: @user.id.to_s,
|
||||||
Version: @asset.version,
|
Version: @asset.version.to_s,
|
||||||
SupportsExtendedLockLength: true,
|
SupportsExtendedLockLength: true,
|
||||||
SupportsGetLock: true,
|
SupportsGetLock: true,
|
||||||
SupportsLocks: true,
|
SupportsLocks: true,
|
||||||
|
|
Loading…
Reference in a new issue