Hi !
Filemanager get’s better and better, i love it
I have found a small bug around “nested links” (aliases)
files in linked folders in linked folders get lost, i mean:
/apps/projectmanager/2 = project 2009/02
/apps/projectmanager/3 = project 2009/02-01 (sub project of 2009/02)
/apps/projectmanager/3/file.txt = file attached to sub-project 2009/02-01
For ease of my users I wish to make
/home/common/P2009-02/P2009-02-01/file.txt using links
so
(“common” is a user who shares is folder to every one)
/home/common/ contains a link P2009-02 to /apps/projectmanager/2
/apps/projectmanager/2 contains a link P2009-02-01 to /apps/projectmanager/3
if a go to
/apps/projectmanager/2/P2009-02-01/file.txt
it works
but
/home/common/P2009-02/P2009-02-01/file.txt
doesn’t work
thank you very much
I will also try to fix this in the next few days
Fred