TYPO3-Initiatives / digital-asset-management

Through this module you can upload, copy, move an delete files on the configured file storages of your TYPO3 instance.
GNU General Public License v3.0
11 stars 3 forks source link

Modal: No Storages #32

Open susannemoog opened 5 years ago

susannemoog commented 5 years ago

When no storages are available, the user shall be guided via modals. If the user is admin a "connect storage" button should be displayed - onClick the user gets a formengine form to create a new storage.

If the user is no admin, she just gets the option to log-out (switch user in the screen) or refresh the page in case the admin said it should now work.

grafik

grafik

andreaskienast commented 5 years ago

With the current response of getStoragesAndMountsAction() it's not possible to distinguish between "no storages" and "no permitted storages". Won't happen, the modal content is decided by the "admin" flag of an backend user.