Validate permissions when saved
When changing permissions in the UI, there is no validation if the code being entered is valid. This leads to hard-to-debug runtime errors.
I.e. It is possible to enter something like this:
{
"foo": "bar"
}
With no kind of warning.
2
votes
Christian M
shared this idea