PerplexDigital / Perplex.ContentBlocks

Block based content editor for Umbraco
MIT License
31 stars 15 forks source link

After 2.1.2 users must have access to Settings for the editor to work #59

Closed torerikk closed 2 years ago

torerikk commented 2 years ago

For some reason UmbracoApi/DataType/GetById doesn't have the same access settings as GetAll. So when moving from GetAll to GetById it's no longer possible for a user in the "Editors" group to do anything on a page using ContentBlocks. Using Umbraco 8.18.3

PerplexDaniel commented 2 years ago

Hi @torerikk,

Ah that's unfortunate. I can reproduce this issue on Umbraco 8, it actually works fine on Umbraco 9. I will revert the change and push 2.1.4 right away. Using GetAll() is slightly less efficient of course but it's no big deal.

PerplexDaniel commented 2 years ago

2.1.4 is released on NuGet, this should fix the issue. If it somehow persists let me know.