We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a950ea7 commit d5360cdCopy full SHA for d5360cd
1 file changed
README.md
@@ -5,6 +5,20 @@ This plugin extends the satisfaction survey of GLPI.
5
6
Satisfaction is a plugin which allows you to add questions to the satisfaction survey.
7
8
+GLPI v11
9
+--------
10
+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}) }}
15
16
+Juste before
17
18
+{% endblock %}
19
20
+at the end of the glpi file : \templates\components\itilobject\itilsatisfaction.html.twig
21
22
Features
23
--------
24
0 commit comments