Skip to content

Commit

Permalink
Merge pull request #2736 from PnX-SI/feat/dynamic_form_datasets
Browse files Browse the repository at this point in the history
Add creatableInModule in datasets component
  • Loading branch information
camillemonchicourt authored Oct 17, 2023
2 parents b600c3e + 358f03e commit 9799cb0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@
[parentFormControl]="form.get(formDef.attribut_name)"
[multiSelect]="formDef.multi_select"
[moduleCode]="formDef.module_code"
[creatableInModule]="formDef.creatable_in_module"
>
</pnx-datasets>

Expand Down

0 comments on commit 9799cb0

Please sign in to comment.