hauke96 / simple-task-manager

A simple tasking manager made for OpenStreetMap.
https://stm.hauke-stieler.de
Other
33 stars 6 forks source link

Disable project setting form when user has no permissions #195

Closed hauke96 closed 7 months ago

hauke96 commented 10 months ago

Actual

Currently any user can enter things unser project → settings → name/description. But when "save" is clicked an error message pops up, because only owner of the project can edit its properties.

Expected

Properties (name and description inputs) are not visible to non-owner users.