Move AssetRole to Role::Asset, and update all client modules.
This commit is contained in:
parent
90facc46a9
commit
7caa3e3738
10 changed files with 15 additions and 15 deletions
|
|
@ -73,7 +73,7 @@ sub _storageid_deleteFileUrl {
|
|||
return shift->session->url->page("func=deleteFile;filename=");
|
||||
}
|
||||
|
||||
with 'WebGUI::AssetRole::SetStoragePermissions';
|
||||
with 'WebGUI::Role::Asset::SetStoragePermissions';
|
||||
|
||||
use WebGUI::Storage;
|
||||
use WebGUI::HTML;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue