Skip to content

Commit

Permalink
[Fix] Fix wrong code (removed {% raw %}{% endraw %}
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoille committed Nov 12, 2020
1 parent 5cf5458 commit fc1a9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fr/06-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Optionnel : Ajouter un widget date et un widget input pour collecter les informa
- Entrer *Créer une nouvelle demande* dans le champ **Libellé**
- Sélectionner **POST** dans la liste déroulante **Action**
- Cliquer sur **fx** pour changer le mode du champ **Données envoyés au clic** et taper *nouvelleDemandeConges*
- Dans le champ **URL à appeler**, taper : `../API/bpm/process/{% raw %}{{informationDefinitionProcessus[0].id}}{% endraw %}/instantiation`
- Dans le champ **URL à appeler**, taper : `../API/bpm/process/{{informationDefinitionProcessus[0].id}}/instantiation`
- Dans le champ **URL cible en cas de succès**, taper : `/bonita/apps/demande-conges`
- Enregistrer les changements
- La page devrait maintenant ressembler à ceci :
Expand Down

0 comments on commit fc1a9fb

Please sign in to comment.