twig include allow to pass mode:edit option when it's not detected

This commit is contained in:
2021-08-08 11:14:31 +02:00
parent 46bd70881e
commit 44313b507a
2 changed files with 6 additions and 2 deletions

View File

@@ -358,7 +358,7 @@ export default {
},
/*
* When changes are validated (get out step2 edit pane),
* When changes are validated (get out step2 edit pane, button valid),
* apply some transformations before asyncing with backend
* from entity.selected to entity.address
*/
@@ -494,7 +494,8 @@ export default {
},
/*
* When submit address (get out step1 show pane)
* When submit address
* (get out step1 show pane, submit button)
*/
submitAddress()
{