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
|
label: Étape en cours
|
||||||
type: radio
|
type: radio
|
||||||
columns: 6
|
columns: 6
|
||||||
default: clientBrief
|
|
||||||
options:
|
options:
|
||||||
type: query
|
type: query
|
||||||
query: page.getSteps
|
query: page.getSteps
|
||||||
|
|
|
||||||
|
|
@ -63,5 +63,9 @@ return function($page) {
|
||||||
'stepIndex' => 6
|
'stepIndex' => 6
|
||||||
]
|
]
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
$page->update([
|
||||||
|
"currentStep" => "clientBrief"
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
@ -1,16 +0,0 @@
|
||||||
import { defineConfig } from "vite";
|
|
||||||
import vue from "@vitejs/plugin-vue";
|
|
||||||
|
|
||||||
export default defineConfig({
|
|
||||||
plugins: [vue()],
|
|
||||||
base: "/",
|
|
||||||
build: {
|
|
||||||
outDir: "dist",
|
|
||||||
rollupOptions: {
|
|
||||||
output: {
|
|
||||||
entryFileNames: "assets/dist/[name].js",
|
|
||||||
assetFileNames: "assets/dist/[name].[ext]",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
});
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue