panel > create new projet : set default step to client brief
This commit is contained in:
parent
df64a91987
commit
dd8d9c7fa1
3 changed files with 4 additions and 17 deletions
|
|
@ -18,7 +18,6 @@ tabs:
|
|||
label: Étape en cours
|
||||
type: radio
|
||||
columns: 6
|
||||
default: clientBrief
|
||||
options:
|
||||
type: query
|
||||
query: page.getSteps
|
||||
|
|
|
|||
|
|
@ -63,5 +63,9 @@ return function($page) {
|
|||
'stepIndex' => 6
|
||||
]
|
||||
]);
|
||||
|
||||
$page->update([
|
||||
"currentStep" => "clientBrief"
|
||||
]);
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue