If the user enter an invalid name while renaming a file on a modal view, then the error message should be presented into the regular view (not the modal one) which is not the case currently. instead, it shows the error in the modal page which doesn't have a styling!!
here is what i got when i tried to enter an invalid name:
this is happening becaues the <form> submits the value into the backend with a parameter modal=True , so the response would be returned as a modal !
If the user enter an invalid name while renaming a file on a modal view, then the error message should be presented into the regular view (not the modal one) which is not the case currently. instead, it shows the error in the modal page which doesn't have a styling!!
here is what i got when i tried to enter an invalid name:
this is happening becaues the
<form>submits the value into the backend with a parametermodal=True, so the response would be returned as a modal !