We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd7ee5 commit b866f23Copy full SHA for b866f23
ui/src/components/view/ListView.vue
@@ -45,7 +45,7 @@
45
</template>
46
<a-button
47
v-if="action.api in $store.getters.apis && action.dataView &&
48
- ('show' in action ? action.show(resource) : true)"
+ ('show' in action ? action.show(resource, $store.getters.userInfo) : true)"
49
:icon="action.icon"
50
:type="action.icon === 'delete' ? 'danger' : (action.icon === 'plus' ? 'primary' : 'default')"
51
shape="round"
0 commit comments