Skip to content

Commit

Permalink
Tests cascading dependants
Browse files Browse the repository at this point in the history
  • Loading branch information
octoberapp committed Jun 26, 2024
1 parent a2bdab9 commit fcb6951
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions models/product/fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,31 @@ tabs:
label: Offer
form: $/october/test/models/productoffer/fields.yaml
list: $/october/test/models/productoffer/columns.yaml


_partial_folder:
label: Select Folder
span: row
spanClass: col-12 col-md-6
type: dropdown
options: [A, B, C]
tab: Multi Depends

_partial_file:
label: Select Partial
type: dropdown
span: row
spanClass: col-12 col-md-6
dependsOn: _partial_folder
options: [D, E, F]
tab: Multi Depends

_partial_fields:
label: Select Partial fields
span: row
spanClass: col-12
type: checkboxlist
dependsOn: _partial_file
options: [G, H, I, J, K]
quickselect: true
tab: Multi Depends

0 comments on commit fcb6951

Please sign in to comment.