OpenContent
OpenContent copied to clipboard
OC5 Edit additional data url
trafficstars
To allow editing without the DNN persona bar being visible (with an edit-role in the manifest), it would be nice if users could also edit additional data like categories. If the editUrl would be part of the model under Additional Data > field, this would allow creating an edit button per additional data type:

ok sorry, was already implemented before..
I can create a link like this:
{{#if Context.IsEditable}}
<a href="{{AdditionalData.Context.Categories.EditUrl}}" title="Edit Categories" class="btn btn-primary btn-rounded">Edit Categories</a>
{{/if}}
But if I login with a user from the assigned editors role, I get this error when clicking the button:

Fixed in 05.00.04