files_mediaviewer icon indicating copy to clipboard operation
files_mediaviewer copied to clipboard

Bug when initializing

Open smarinier opened this issue 5 years ago • 0 comments

Hy,

(Version : 10.5.0.10)

I got en everytime crash with undefined "fileActions" on these two lines in file files_mediaviewer_init.js (automatically build from init.js):

OCA.Files.fileActions.registerAction(r); OCA.Files.fileActions.setDefault(t,e.name)

I bypassed the crash by adding a simple test (if (OCA.Files.fileActions) ), and it seems to work. But i'm not sure this is correct.

Yours, DevTools_-192_168_0_10_owncloud_index_php_apps_gallery

smarinier avatar Aug 30 '20 16:08 smarinier