You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Code of Conduct
Is there an existing issue for this?
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
The text was updated successfully, but these errors were encountered: