Skip to content

Commit d5360cd

Browse files
authored
Update README.md
1 parent a950ea7 commit d5360cd

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ This plugin extends the satisfaction survey of GLPI.
55

66
Satisfaction is a plugin which allows you to add questions to the satisfaction survey.
77

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+
822
Features
923
--------
1024

0 commit comments

Comments
 (0)