Bug in File Manager Folders Panel

OIL710

Verified User
Joined
Mar 24, 2010
Messages
17
Location
Australia
If I login as my Reseller, then List Users I am able to login as a user.
Then I select File Manager and can navigate the Folders panel on the left of screen and expand the Domain tree.
This works as expected. I see my domain folder for that user ad***.com.

I then log out that ad*** user.

Next back at Users List, I select the pu***** user and login as that user.
When I select FileManager now, and expand the Domains folder in the left Folders panel, I see the ad*****.com domain owned by the user I was earlier logged in as, but have logged off.
I do not see the domain for the pu****** user when I expand the domains folder in the tree.

The list/queue/array that drives the Folders tree is not being cleared on logout or refreshed upon logging is as the next user.
Images show red arrows for wrong data.

adfolder-wrong.png

clientFolderMissing.png
 
Fixed in DA pre-release binaries, if you'd like to update just the skin:
Code:
cd /usr/local/directadmin/data/skins
mkdir -p evolution
cd evolution
wget -O evolution.tar.gz https://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
cd ..
chown -R diradmin:diradmin evolution

Thank you for the report!
 
Back
Top