Steps
- Share item A with user U with permission write
- Share child (of A) item B with user U with permission admin
- Change permission of user U to read
Expected behavior: an error should let the user know it is not possible because the root permission is write.
Current behavior: nothing happens (error is invisible)