nova-detail-link icon indicating copy to clipboard operation
nova-detail-link copied to clipboard

Should check if authorizedToView

Open sohaibafifi opened this issue 4 years ago • 1 comments

The field should check first if authorizedToView and display only the value if not.

sohaibafifi avatar Nov 25 '20 09:11 sohaibafifi

For what it's worth: we've fixed this by forking and adding v-if="$parent.resource.authorizedToView" to IndexField.vue

Jon78 avatar Apr 21 '21 11:04 Jon78