forked from Probesys/glpi-plugins-groupcategory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
69 lines (69 loc) · 3.17 KB
/
plugin.xml
File metadata and controls
69 lines (69 loc) · 3.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<root>
<name>GroupCategory</name>
<key>groupcategory</key>
<state>stable</state>
<description>
<short>
<fr>Permet de limiter le nombre de catégories disponibles pour les demandeurs lors de la création de tickets.</fr>
<en>Customizes the list of accessible ticket categories for ticket requesters.</en>
<cs>Skupina kategorie je zásuvný modul umožňující omezit při vytváření požadavku uživateli počet dostupných kategorií.</cs>
</short>
<long>
<fr>
* configurer la liste des catégories autorisées/interdites pour chaque groupe. Par exemple, le groupe XYZ peut avoir accès à la catégorie ABC, mais pas le groupe UVW.
* changer la liste des catégories visibles sur le formulaire de création de ticket. Par exemple, si le demandeur d'un ticket est dans le groupe XYZ, alors la catégorie ABC sera disponible. Si le demande est dans le groupe UVW, la catégorie ABC ne sera pas disponible.
* si la liste des catégories autorisées d'un groupe est vide, alors les demandeurs de ce groupe auront accès à presque toutes les catégories (en fonction des entitées et des catégories récursives).
</fr>
<en>
* configure list of allowed/disallowed categories for every group. Go to Administration -> Groups -> select a group -> scroll down. Example: group XYZ can have category ABC, but group UVW won't.
* change the list of available categories on the ticket creation form. Example: If the requester of a ticket is in group XYZ, the categories will include ABC. If the requester is in group UVW, category ABC won't be available.
* if a group's allowed categories list is empty, requesters in this group will have access to nearly all categories (depending on entities and if the categories are recursive)
</en>
<cs>
* nastavení seznamu znepřístupněných/zpřístupněných kategorií pro každou ze skupin
* změna zpřístupněných kategori podle nastavení a skupin žadatele při vytváření požadavku
</cs>
</long>
</description>
<homepage>https://github.com/Probesys/glpi-plugins-groupcategory</homepage>
<download>https://github.com/Probesys/glpi-plugins-groupcaterogy/releases</download>
<issues>https://github.com/Probesys/glpi-plugins-groupcaterogy/issues</issues>
<readme>https://github.com/Probesys/glpi-plugins-groupcaterogy/README.md</readme>
<authors>
<author>PROBESYS</author>
<author>Pierre de Vésian</author>
<author>Philippe GODOT</author>
</authors>
<versions>
<version>
<num>1.1</num>
<compatibility>9.2</compatibility>
</version>
<version>
<num>1.2</num>
<compatibility>9.4</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>fr_FR</lang>
</langs>
<license>AGPL v3+</license>
<tags>
<fr>
<tag>Tickets</tag>
<tag>Groupes</tag>
<tag>Catégories</tag>
</fr>
<en>
<tag>Tickets</tag>
<tag>Groups</tag>
<tag>Categories</tag>
</en>
<cs>
<tag>Skupiny</tag>
<tag>Požadavky</tag>
<tag>kategorie</tag>
</cs>
</tags>
</root>