genericobject
genericobject copied to clipboard
Comments do not display as they should
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Is there an existing issue for this?
- [x] I have searched the existing issues
GLPI Version
10.0.10
Plugin version
2.14.10
Bug description
Comment field of generic objects do not show correctly. They display as a one line element. Upon further investigation, it seems like comments type is "mediumtext" which object.class.php doesn't handle. when adding this case together with "longtext" and "text", the display size gets better.
I also suspect that the textarea element created in these cases should use the class 'form-control' to display the correct text colors
Relevant log output
No response
Page URL
No response
Steps To reproduce
No response
Your GLPI setup information
No response
Anything else?
No response