btry
btry
Bonjour Pas pour le moment. Je pense que ça serait faisable en étendant le système de conditions. Reste à voir la complexité de la fonctionnalité que je qualifierais de moyenne,...
Hi An issue has been fixed last week in GLPI, related to ticket status: You should apply this patch https://github.com/glpi-project/glpi/pull/12170 . Once the fix applied, use your form to create...
I think you should first check if the status is correct in the database first. A ticket is automatically assigned to you when you have right to be assigned to...
It looks good : both statuses are the same : 2 and I see that global validation is 2 as well. Acordying to these statuses, the issue should be included...
- Enable debug mode in your session - switch to the profile from which you access the service catalog; click on the "waiting counter". You should see the list of...
humm, interesting. Debug mode breaks the coutners ? Checl sql-errors.log and php-errors.log to see if some entries are related to this web page. We need to fix this to get...
The error you found is not related to this issue, but requires a small fix, provided in the new issue #2874 . Some other users reported here a problem with...
Here is the patch to log the SLQ query we need to analyze ```diff diff --git a/inc/issue.class.php b/inc/issue.class.php index 8805a822..1034d74b 100644 --- a/inc/issue.class.php +++ b/inc/issue.class.php @@ -1068,6 +1068,9 @@ class...
Hi It worked. When you need to apply a patch you should use the patch tool. It will prevent human errors, espacially for complex modifications. The query looks good. From...
Also, please validate if #2874 solves the errors you showed [here](https://github.com/pluginsGLPI/formcreator/issues/2873#issuecomment-1182532408)