-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
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
Forms are not displayed correctly v.2.9.0 #1594
Comments
close: pluginsGLPI#1594 Signed-off-by: Thierry Bugier <tbugier@teclib.com>
Hi please test this fix and feedback |
Please check the logs of your http server for an error 500 (you might check for its existence in the developper tools of your browser). Which version of GLPI are you using ? |
close: #1594 Signed-off-by: Thierry Bugier <tbugier@teclib.com>
Hi Ok, You have a fatal error. Please check the logs of your http server. You should find the a backtrace for this error. I'm not sure yet, but you may be impacted by a bug in GLPI 9.4.4 in the search engine. Have a look here : #1575 |
Hi 2020/01/09 11:34:15 [error] 1845#1845: *304 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught TypeError: Argument 1 passed to PluginFormcreatorFields::isVisible() must implement interface PluginFormcreatorConditionnableInterface, instance of PluginFormcreatorTextField given, called in /var/www/glpi/plugins/formcreator/inc/formanswer.class.php on line 587 and defined in /var/www/glpi/plugins/formcreator/inc/fields.class.php:113 |
Thank you @jansenarruda With this backtrace i could find what happened Please try this fix 5453a92 |
Hi @btry Works like a charm here!!!! Thank you!!!!! Only a detail: In 'Print this form', don´t show the icon ... |
Thanks, the print button should be fixed now: |
@btry working now!!!! thanks!!! |
close: #1594 Signed-off-by: Thierry Bugier <tbugier@teclib.com>
Describe the bug
Forms that require group validation are not displayed correctly. Fields do not carry information
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Fields on forms that need validation should load fields correctly
Desktop (please complete the following information):
Additional context
The problem only happens with formcreator version 2.9.0
The text was updated successfully, but these errors were encountered: