Skip to content

Commit

Permalink
Fix record sort field not selectable in inline record editor configur…
Browse files Browse the repository at this point in the history
…ators
  • Loading branch information
Fajfa committed Feb 21, 2025
1 parent a02e969 commit da9982b
Showing 1 changed file with 19 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,23 +90,6 @@
/>
</b-col>

<b-col
cols="12"
lg="6"
>
<b-form-group
:label="$t('recordList.hideConfigureFieldsButton')"
label-class="text-primary"
>
<c-input-checkbox
v-model="options.hideConfigureFieldsButton"
switch
invert
:labels="checkboxLabel"
/>
</b-form-group>
</b-col>

<b-col
v-if="onRecordPage"
cols="12"
Expand All @@ -129,6 +112,23 @@
</b-form-group>
</b-col>

<b-col
cols="12"
lg="6"
>
<b-form-group
:label="$t('recordList.hideConfigureFieldsButton')"
label-class="text-primary"
>
<c-input-checkbox
v-model="options.hideConfigureFieldsButton"
switch
invert
:labels="checkboxLabel"
/>
</b-form-group>
</b-col>

<b-col
cols="12"
md="6"
Expand Down Expand Up @@ -190,6 +190,7 @@
>
<c-input-select
v-model="options.positionField"
:options="positionFields"
:placeholder="$t('recordList.positionField.placeholder')"
:reduce="f => f.name"
label="label"
Expand All @@ -203,6 +204,7 @@

<b-col
cols="12"
lg="6"
>
<b-form-group
v-if="options.positionField"
Expand Down

0 comments on commit da9982b

Please sign in to comment.