vestacp-crossover-adminlte icon indicating copy to clipboard operation
vestacp-crossover-adminlte copied to clipboard

FileManager Error VE is not defined

Open gurachan opened this issue 7 years ago • 5 comments

VE is not defined

cannot delete files on filemanager because you need to select something before it happens

i need to manually set

class ="dir" to class = "dir selected active"

why is that?

gurachan avatar Jul 20 '16 16:07 gurachan

the only problem is the list is not selectable ..

gurachan avatar Jul 20 '16 18:07 gurachan

but if you revert the original theme it will run smoothly ..

gurachan avatar Jul 20 '16 18:07 gurachan

temporary fix.

i did ... make a folder js2 ... js2 contains the original js from backup then replace filemanager template in the original .. but the problem is the RIGHTS is not working ... everything is working except on rights

127.xxx.xxx.xx/:1 Uncaught SyntaxError: Unexpected token u in JSON at position 0

gurachan avatar Jul 20 '16 18:07 gurachan

temporary fix ... i hope it will be fix in the next release ... thanks :) ns3.dj-jom2x.net/webs.tar.gz i copy the original js files from original web folder and name it js2 also the file_manager .. and the file_manger and template

and replace all "find('.dir.active');" to find('.dir.selected');

gurachan avatar Jul 20 '16 19:07 gurachan

It would be nice if you can make a pull request. :)

louislam avatar Jul 24 '16 06:07 louislam