jxmono / crud

:fork_and_knife: CRUD for mono
MIT License
0 stars 1 forks source link

Do not consider _li when checking access rights #24

Open gabipetrovay opened 11 years ago

gabipetrovay commented 11 years ago

When fixed lists are created, _li core field is modified for each document. So each template must either have u permissions (in order to create fixed lists) or (the correct solution) when updating the _li field (which usually comes in a single independent request, when creating or deleting a list), permissions should not be checked.