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, I have this weird thing
glpi 10.0.15 behavior 2.7.3
when this option is enabled
then, with the first comment added, the requester is removed
I have this log (it is correct that is repeated twice)
[2024-05-11 09:22:32] glpiphplog.WARNING: *** PHP Warning (2): Undefined array key "users_id" in /var/www/html/glpi/marketplace/ behaviors/inc/itilfollowup.class.php at line 50 Backtrace : src/Plugin.php:1680 PluginBehaviorsITILFollowup::beforeAdd() src/CommonDBTM.php:1294 Plugin::doHook() front/itilfollowup.form.php:58 CommonDBTM->add() public/index.php:82 require()
[2024-05-11 09:22:32] glpiphplog.WARNING: *** PHP Warning (2): Undefined array key "groups_id" in /var/www/html/glpi/marketplace /behaviors/inc/itilfollowup.class.php at line 55 Backtrace : src/Plugin.php:1680 PluginBehaviorsITILFollowup::beforeAdd() src/CommonDBTM.php:1294 Plugin::doHook() front/itilfollowup.form.php:58 CommonDBTM->add() public/index.php:82 require()
davide
The text was updated successfully, but these errors were encountered:
I have the same problem.
Sorry, something went wrong.
No branches or pull requests
Hello, I have this weird thing
glpi 10.0.15
behavior 2.7.3
when this option is enabled

then, with the first comment added, the requester is removed
I have this log (it is correct that is repeated twice)
[2024-05-11 09:22:32] glpiphplog.WARNING: *** PHP Warning (2): Undefined array key "users_id" in /var/www/html/glpi/marketplace/
behaviors/inc/itilfollowup.class.php at line 50
Backtrace :
src/Plugin.php:1680 PluginBehaviorsITILFollowup::beforeAdd()
src/CommonDBTM.php:1294 Plugin::doHook()
front/itilfollowup.form.php:58 CommonDBTM->add()
public/index.php:82 require()
[2024-05-11 09:22:32] glpiphplog.WARNING: *** PHP Warning (2): Undefined array key "groups_id" in /var/www/html/glpi/marketplace
/behaviors/inc/itilfollowup.class.php at line 55
Backtrace :
src/Plugin.php:1680 PluginBehaviorsITILFollowup::beforeAdd()
src/CommonDBTM.php:1294 Plugin::doHook()
front/itilfollowup.form.php:58 CommonDBTM->add()
public/index.php:82 require()
davide
The text was updated successfully, but these errors were encountered: