Welcome to GLPi feature request service.
Please check if the feature has not already been requested.
If not, please describe it

+1

Jabber notifications

Сергей Жемойтель hace 10 años actualizado hace 10 años 2

Jabber notification action in glpi.

+1

change

ylagva hace 10 años actualizado por Tomolimo hace 10 años 1
it could be usefull to have same features as ticket.
Plugin custom field : add a custom field to change
Rules : add rules on change

+1

Extend list of PortType

Alfons Karasek hace 10 años 0
Please alow users to extend list of PortTypeName, actually only 3 values (Twisted pair/Multimode fiber/Single mode fiber). I suggest put list into new database table (similar of NetworkEquipmentType).
+1

Change color approval

ylagva hace 10 años 0

Please could you change the color of approval, this green is very awful and not very visible.


#bcda1a would be better.


commonitilvalidation.class.php line 499

+1

Automatically adding requester to ticket in standard interface

pac hace 10 años actualizado hace 9 años 2

like ealier version

+1

copy closed ticket

Yannick hace 10 años 0

It would be usefull to have the possibility to copy a closed ticket for technician without change status manually.

+1

Get the PC name in a ticket

Javier Samaniego hace 10 años actualizado por Ariel hace 9 años 5

Is it possible get or associate the PC that send the ticket to the ticket?


Thank you.

+1

Pretty URLs with htaccess

Juan Fernando Villa Hernández hace 10 años 0

The URL at today is: http://myurl.com/front/funtionality.php?id=XXX or http://myurl.com/plugin/funtionality.php the idea it's change this trough htaccess for http://myrul.com/funtionality/ID I mean the URL change to this: Example the URL for projects it is:http://myurl.com/plugins/projet/front/projet.php the htaccess change just for /project/ and when you chooose a project appear form this must be changed too so: form + ID it's reduced so the final it's http://myurl.com/projet/01 or ticket case Example the ticket URL it's: http://myurl.com/front/ticket.form.php?id=000000 the htaccess change just for /ticket/ and when you chooose a ticket appear form this must be changed too so: form + ID it's reduced so the final it's http://myurl.com/Ticket/20153001

+1

add ipam fonctions

Quette Nicolas hace 10 años 0

I would like in the future version to glpi a ipam

0

GLPIPlanning.getHeight in planning.js

Gabriele Bertolucci ayer a las 01:51 0

I'm using GLPI 11.0.4 as a Docker container.

In planning view I was not able to use the full available window height.

The only method I found was to manually edit line 93 of file planning.js inside the container, from 

height: options.height,

to

height: '100%',

and fully refresh the page in browser.

This value seems to have a default value set at line 55

height: GLPIPlanning.getHeight,


This behaviour is a bit annoying because I have to reproduce this modification at every containter recreation.

It should be nice if that value was parameterized somehow as many other parameters are already.