We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5360cd commit cb667faCopy full SHA for cb667fa
README.md
@@ -11,11 +11,11 @@ Temporarily you need to modify a glpi file
11
12
Add
13
14
-{{ call_plugin_hook(constant('Glpi\\Plugin\\Hooks::POST_ITEM_FORM'), {'item': item, 'options': params}) }}
+`{{ call_plugin_hook(constant('Glpi\\Plugin\\Hooks::POST_ITEM_FORM'), {'item': item, 'options': params}) }}`
15
16
Juste before
17
18
-{% endblock %}
+`{% endblock %}`
19
20
at the end of the glpi file : \templates\components\itilobject\itilsatisfaction.html.twig
21
0 commit comments