When adding a new folder under Digital Assets that already exists, you get a JSON 500 error instead of a friendly warning.
Steps to reproduce
- Click Digital Assets
- Under Media Files click the Plus icon
- Enter Test2 as the directory name
- Click OK.
- Click Digital Assets again
- Under Media Files click the Plus icon
- Enter Test2 as the directory name again
- Click OK again.
Actual results
A JSON 500 error appears: {"status":"error","message":"The file or folder with name \"Test2\" already exists","exception":null,"model":null,"modelIdentifier":null,"resultActions":[]}
Expected results:
A warning dialog about the duplicate folder name is shown.