Thanks to visit codestin.com Credit goes to github.com
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 ab028b6 commit c88d8baCopy full SHA for c88d8ba
resources/js/components/Crud/Fields/Relation/FieldRelation.vue
@@ -1,7 +1,11 @@
1
<template>
2
<lit-base-field :field="field" :model="model" class="">
3
<template slot="title-right">
4
- <b-button v-if="field.allow_linking" v-b-modal="modalId" size="sm">
+ <b-button
5
+ v-if="field.allow_linking && !field.readonly"
6
+ v-b-modal="modalId"
7
+ size="sm"
8
+ >
9
<lit-fa-icon icon="link" />
10
{{
11
__('base.item_select', {
0 commit comments