example
example copied to clipboard
Example plugin for glpi
As seen at least here: https://github.com/pluginsGLPI/example/blob/9e17e9d8fa5b56945f058b1cf599ccf8454bfdee/setup.php#L88 The plugin shows storing permissions in individual Session properties using characters to denote the permission level like r (read), w (write), etc. As far...
Please, update the code to use the new twig template engine. (Some form examples using html widgets like dropdowns will help) Thanks! 
hi! can you add a little example of the gui part to manage some rights (read/write/delete/etc) like other tabs? thanks!  
Related to https://github.com/glpi-project/glpi/pull/17141
Hi, I could realy use some help with the profileRights. The only way i got some form of rights implemented is by actually borrowing the 'config' right and overloading the...