You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Featured, approval, and publishing can only be set with specific permissions and settings. At the moment these controls are not enforced at the API level.
The permission classes for ResourceBaseViewSet will be extended to take into account the new can_approve, can_publish and can_feature methods (see #8848) and enforce authorizations on requests to change BaseResource.is_approved, BaseResource.is_published and BaseResource.featured fields.
The text was updated successfully, but these errors were encountered:
Featured, approval, and publishing can only be set with specific permissions and settings. At the moment these controls are not enforced at the API level.
The permission classes for
ResourceBaseViewSet
will be extended to take into account the newcan_approve
,can_publish
andcan_feature
methods (see #8848) and enforce authorizations on requests to changeBaseResource.is_approved
,BaseResource.is_published
andBaseResource.featured
fields.The text was updated successfully, but these errors were encountered: