Grant access to get all content types so content templates can be moved to content section
This commit is contained in:
committed by
Sebastiaan Janssen
parent
8c5a5af41b
commit
169d07b0cc
@@ -433,7 +433,7 @@ namespace Umbraco.Cms.Web.BackOffice.Controllers
|
||||
/// <summary>
|
||||
/// Returns all content type objects
|
||||
/// </summary>
|
||||
[Authorize(Policy = AuthorizationPolicies.TreeAccessDocumentTypes)]
|
||||
[Authorize(Policy = AuthorizationPolicies.TreeAccessDocumentsOrDocumentTypes)]
|
||||
public IEnumerable<ContentTypeBasic> GetAll()
|
||||
{
|
||||
var types = _contentTypeService.GetAll();
|
||||
|
||||
Reference in New Issue
Block a user