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

0

éléments à afficher par défaut par défaut

Théo FOUYET il y a 7 ans 0
0

Allow user anonymous get categories

Rafael Osuna il y a 7 ans 0

When anonymous ticket creation is allowed if you want to change helpdesk.php is not possible to show a dropdown showing the categories because of there's not user logged.


Would be possible to allow to the user anonymous get categories or another data?

0

Problem with plugin reports

Tiamiyou M. il y a 7 ans mis à jour il y a 7 ans 1

Good morning,

Recently, I work with glpi and the plugin reports. I managed to create a few reports but the problem is that this plugin is blocking some access on GLPI. I can't view the content of the drop-down lists. This content displays: Loading Failed. The problem is solved when I disable the plugin reports. Could you help me solve this problem please? I really need this plugin. Thank you.

0

[API REST] Solution approbation

yves tesniere il y a 7 ans mis à jour il y a 7 ans 0

api can create tickets, add followup, tasks solution;


solution approbation is missing : can't add followup with [close] or [add_reopen] params.

it would be usefull to provide api solution approbation


0

Hi, it would be interesting to be able to define the entity in a specific stock of the toner model.

cabana es il y a 7 ans mis à jour par Sebastien il y a 7 ans 1

Example: 100 toners of the model EPSON M4000 are bought, this purchase is sent to 3 different buildings 25 to one, 25 to another and the rest, 50 to a third. The problem is that we do not know how to assign these differentiated quantities to each building since the entity is determined in the model and not on the stock of the same. If the total stock is located in an entity superior GLPI does not allow the allocation of toner to the printers of the lower entities, without the administrators have privileges in that higher entity. If there is a way to carry out this division of stock, I would appreciate the solution. Thank you

0

Add an option to disable a mysql replicate

Walid Nouh il y a 7 ans 0

When a mysql replicate is disable in glpi general configuration, the config_db_slave.php file is removed.

By doing so, when the replicate is enabled again, all previous informations are lost.


It would be interesting to add a class parameter to disable the replicate (without removing the file), for example when there's a replication failure and you want to investigate or rebuild a the slave server

0

[rest api] add with template

Hynek Petrak il y a 7 ans 0

Hi, would it be possible to add object via REST API based on a template or object of a same class? Use of template would be recognized if input contains a valid id.

A sort of (in python):

headers = {'Content-Type': 'application/json',
       "Authorization": "user_token " + user_token, "App-Token": app_token }
data = """{"input": [{ "id" : 2032, "name" : "asset from template",  }]}"""
requests.post(url + sub_url, headers=headers, data=data)


0

Filter in column

ciadch il y a 7 ans 0

Hello,


It could be really useful to have a "second level" of filter in columns. First one is to query what we want (the actual filters / search methods) and a second one to filter in table (for exemple with jQuery tablesorter plugin).


Thanks

0

Conformité CNIL - Apposer une mention en bas de page

richard michalowicz il y a 7 ans mis à jour par yves tesniere il y a 7 ans 1

j'ai besoin d'apposer une mention cnil en bas de page pour la conformité avec la loi informatique et libertés afin de prévenir de l'utilisation des données à caractère personnel au sein du logiciel à mes utilisateurs. Le champ disponible actuellement pour remplir cette fonction au moment de la connexion n'est pas suffisant car dans un contexte de SSO celui-ci n'est pas visible par mes utilisateurs. Comment faire sans altérer le code source ?
merci par avance

0

use glpi as subdomain

Helquisson (Micromed) il y a 7 ans 0

hello guys,
Well, i'm using GLPI as subdomain (glpi.mydomain.com), but some links is broken, because i need to use "$CFG_GLPI['root_doc']" empty for the GLPI works like a subdomain, but i see what some parts of the code don't get the configuration automatically, one sample is the file commonglpi.class.php in the function "showNavigationHeader($options=array())", in the $target variable for example get the value with $_SERVER['PHP_SELF'], getting the document root of the application, and this ocurrency exists in the other parts of the project.



Has anyone ever experienced this? Or exists other solution?



Regards.