project creation request form working
This commit is contained in:
parent
6c84f723f7
commit
c750001a2c
14 changed files with 194 additions and 89 deletions
|
|
@ -14,6 +14,15 @@ tabs:
|
|||
columns:
|
||||
- width: 1/1
|
||||
fields:
|
||||
isClientRequest:
|
||||
type: hidden
|
||||
default: "false"
|
||||
requestDetails:
|
||||
label: Demande client
|
||||
type: textarea
|
||||
disabled: true
|
||||
when:
|
||||
isClientRequest: "true"
|
||||
currentStep:
|
||||
label: Étape en cours
|
||||
type: radio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue