Page 1 of 1

Path location of the files / folders

PostPosted:Thu Aug 28, 2014 9:08 pm
by skorpion78
Is it possible to add a file browser for "metadata" and "category" additional column that will display the path in which the file/directory. Details on the attached image.
filepath.PNG
filepath.PNG (79.05 KiB) Viewed 5659 times
greetings
Sebastian

Re: Path location of the files / folders

PostPosted:Sat Aug 30, 2014 10:36 am
by jllort
Extra columns feature has still not released to community version. Will be released in next major release. Next year. Actually is only present in professional edition.

Re: Path location of the files / folders

PostPosted:Sat Aug 30, 2014 6:35 pm
by skorpion78
The WIKI is written that it is possible to set additional columns but on the basis of "property groups". I am asking about the possibility to display documenth path in an additional column.

Re: Path location of the files / folders

PostPosted:Mon Sep 01, 2014 9:31 am
by jllort
Not possible without modifying source code.

Re: Path location of the files / folders

PostPosted:Mon Sep 01, 2014 8:20 pm
by skorpion78
Thank you for your reply,
Can I ask for the location of the file, which is responsible for the display of columns in the file browser. In the language file found filebrowser.path variable. Maybe I can add a column.
greetings
Sebastian

Re: Path location of the files / folders

PostPosted:Wed Sep 03, 2014 8:26 am
by jllort
The involved classes are:
FileBrowser.java what holds table rows definition.
ExtendedScrollTable what draws objects ( you should change the four add(XXX) where X are GWTFolder, GWTDocument, etc... to take in consideration you've added new column.

About how to get the path the class GWTDocument has method getPath().

Re: Path location of the files / folders

PostPosted:Thu Sep 04, 2014 9:11 pm
by skorpion78
hello,
Thank you for your response. Unfortunately, I can not handle this task :). If you could put such a feature in the new version that would be very nice.

Greetings
Sebastian

Re: Path location of the files / folders

PostPosted:Fri Sep 05, 2014 6:34 pm
by jllort
Sincerally, For us this feature has not much sense, because should be set in all explorer view, and althought in metadada or categories can have some sense is others will be quite strange. Should be better do a highlight after sometime over the document or similar feature based on some popup.