-
- Downloads
Added mountType attribute and adapted Delete action text
Added mountType attribute for files/folder to indicated whether they are regular, external or shared. The client side then adapts the "Delete" action hint text based on this information. Only the mount roots must have the delete icon hint adapted. To make this detectable on the client side, the mountType can now be null, "shared", "shared-root", "external" or "external-root". This also gives room to icon customization on the client side.
Showing
- apps/files/js/fileactions.js 11 additions, 5 deletionsapps/files/js/fileactions.js
- apps/files/js/filelist.js 4 additions, 0 deletionsapps/files/js/filelist.js
- apps/files/lib/helper.php 13 additions, 0 deletionsapps/files/lib/helper.php
- apps/files_external/js/mountsfilelist.js 1 addition, 0 deletionsapps/files_external/js/mountsfilelist.js
- apps/files_sharing/js/sharedfilelist.js 1 addition, 0 deletionsapps/files_sharing/js/sharedfilelist.js
Loading
Please register or sign in to comment