We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb667fa commit 42ab381Copy full SHA for 42ab381
1 file changed
README.md
@@ -11,13 +11,13 @@ 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::PRE_ITEM_FORM'), {'item': item, 'options': params ?? []}) }}`
15
16
-Juste before
+Juste after
17
18
-`{% endblock %}`
+`{% import "components/form/fields_macros.html.twig" as fields %}`
19
20
-at the end of the glpi file : \templates\components\itilobject\itilsatisfaction.html.twig
+at the beginning of the glpi file : \templates\components\itilobject\itilsatisfaction.html.twig
21
22
Features
23
--------
0 commit comments