You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2021. It is now read-only.
BUG: Refs #0309. Changes on allowed actions on users' (and communities') top level folders
1) Don't allow 'Public' and 'Private' folders to be deleted. But if they can be renamed and then deleted.
2) Put 'Create a top level folder' link on the user/userpage and community/view views.
3) Top level folders in the user/userpage and community/view views have same links as subfolders.
echo"<li><a onclick='createNewFolder(".$this->mainFolder->getKey().");'><img alt='' src='{$this->coreWebroot}/public/images/FileTree/directory.png'/> {$this->t('Create a top level Folder')}</a></li>
<li><a onclick="createNewFolder('.$this->mainFolder->getKey().');"><img alt="" src="'.$this->coreWebroot.'/public/images/FileTree/directory.png"/> '.$this->t('Create a top level Folder').'</a></li>
0 commit comments