We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
If you try to search for ticket on Ticket Approval - Requester field on ticket.php you get an error message:
Uncaught Error: Undefined class constant 'CREATEDEMAND' in C:\inetpub\wwwroot\glpi091\inc\user.class.php:3032 Stack trace: #0 C:\inetpub\wwwroot\glpi091\ajax\getDropdownUsers.php(94): User::getSqlSearchResult(false, Array, Array, 0, Array, '', 0, 200) #1 {main}
Uncaught Error: Undefined class constant 'CREATEDEMAND' in C:\inetpub\wwwroot\glpi091\inc\user.class.php:3032
Stack trace:
#0 C:\inetpub\wwwroot\glpi091\ajax\getDropdownUsers.php(94): User::getSqlSearchResult(false, Array, Array, 0, Array, '', 0, 200)
#1 {main}
I searched in the complete GLPI tree, and I cannot find this constant.
Regards, Tomolimo
The text was updated successfully, but these errors were encountered:
Sounds like it has been added here: 55595ab#diff-a9c4448deb6265f035355e2a9ca92bc0R2881
But I can't find any declaration of that constant, guess the line should be removed.
Sorry, something went wrong.
No texistant constant; fixes glpi-project#1592
6c79ad6
Replace not existant constant; fixes glpi-project#1592
1b74303
Replace not existant constant; fixes #1592
34df68c
4bbe1df
No branches or pull requests
Hello,
If you try to search for ticket on Ticket Approval - Requester field on ticket.php you get an error message:
I searched in the complete GLPI tree, and I cannot find this constant.
Regards,
Tomolimo
The text was updated successfully, but these errors were encountered: