-
- Downloads
Fixed sharing status update for new/uploaded files
Creating new files, folders or uploading files now have their sharing icon updated accordingly. For this, the global share status list that is cached in OC.Share.statuses is reused for new files. Performance should improve as the sharing list is now only loaded once per navigation session. In OC.Share, split loadIcons into loadIcons + updateIcons. Fixes #4977
Showing
- apps/files/js/file-upload.js 1 addition, 1 deletionapps/files/js/file-upload.js
- apps/files/js/fileactions.js 11 additions, 1 deletionapps/files/js/fileactions.js
- apps/files/js/filelist.js 2 additions, 2 deletionsapps/files/js/filelist.js
- apps/files_sharing/js/share.js 11 additions, 3 deletionsapps/files_sharing/js/share.js
- core/js/share.js 57 additions, 39 deletionscore/js/share.js
Loading
Please register or sign in to comment