Skip to content

Commit

Permalink
Test list setup support for relation controller and record finder
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Mar 1, 2024
1 parent 6c88ceb commit 9c0b802
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/plugins/config_form.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ update:

# Preview page
preview:
title: Preview Plugin
title: Preview Plugin
4 changes: 4 additions & 0 deletions controllers/plugins/config_relation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ reviews:
label: Review
list: $/october/test/models/review/columns.yaml
form: $/october/test/models/review/fields_simple.yaml
popupSize: 1400
view:
showSetup: true

2 changes: 2 additions & 0 deletions controllers/themes/config_relation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ reviews:
label: Review
list: $/october/test/models/review/columns.yaml
form: $/october/test/models/review/fields_simple.yaml
view:
showSetup: true
1 change: 1 addition & 0 deletions models/user/position_repeater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ product:
descriptionFrom: description_short
list: $/october/test/models/product/columns.yaml
type: recordfinder
showSetup: true
recordsPerPage: 1
useRelation: false
modelClass: October\Test\Models\Product
Expand Down

0 comments on commit 9c0b802

Please sign in to comment.