-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Code of Conduct
- I agree to follow this project's Code of Conduct
Is there an existing issue for this?
- I have searched the existing issues
GLPI Version
11.0.1
Plugin version
1.22.1
Bug description
In the GLPI left menu, under Setup → Fields, the link points to .../var/glpi/marketplace/fields/front/container.php → leads to error / 404.
But from Plugins → Fields → Configuration, it properly points to .../plugins/fields/front/container.php → the correct page loads.
We are running GLPI in Docker environment.
We tried uninstalling and reinstalling the plugin, without success.
Relevant log output
Page URL
No response
Steps To reproduce
Upgrade GLPI from a prior version (e.g. v10) to v11.
Install (or keep) the Fields plugin.
In the GLPI menu, go to Setup → Fields.
Click the link.
Observe the error (or wrong path).
Expected behavior
The setup menu link should point to plugins/fields/front/container.php (or the correct plugin path) so that the configuration page loads correctly.
Actual behavior
The setup menu link points to var/glpi/marketplace/fields/front/container.php (wrong path) and fails to load properly.
Your GLPI setup information
No response
Anything else?
No response