nova-detail-link
nova-detail-link copied to clipboard
Should check if authorizedToView
The field should check first if authorizedToView and display only the value if not.
For what it's worth: we've fixed this by forking and adding v-if="$parent.resource.authorizedToView"
to IndexField.vue