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
In SuiteCRM 7, it is possible to display a help tooltip in each of the fields of the modules. You can add this tooltip simply adding the vardef property to the field: "'popupHelp' => 'LBL_YOUR_HELP_LABEL',".
We brought a whole module from SuiteCRM 7 to SuiteCRM8 and this tolltip isn't displayed
Issue
The optional help tooltips of the fields aren't displayed in the Edit or DetailView.
Expected Behavior
The tooltip should be displayed
Actual Behavior
Nothing happen
Possible Fix
Steps to Reproduce
Add the vardef property "popupHelp" in any field of any module
Add the corresponding Label
Check that the tooltip doesn't appear
Context
It should be compatible with SuiteCRM7 funcionality
Your Environment
SuiteCRM Version used: 8.0.1
Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chrome
Environment name and version (e.g. MySQL, PHP 7): MariaDB
Operating System and version (e.g Ubuntu 16.04): Debian OS
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion, we'll take a look and see if we can make this happen 👍
Backwards compatibility is a focus so I'll reach out and update you when we know more.
Mac-Rae
added
the
Type:Suggestion
Issue containing a suggestion of functionality, process or UI. Associated PRs are called enhancement
label
Jan 4, 2022
In SuiteCRM 7, it is possible to display a help tooltip in each of the fields of the modules. You can add this tooltip simply adding the vardef property to the field: "'popupHelp' => 'LBL_YOUR_HELP_LABEL',".
We brought a whole module from SuiteCRM 7 to SuiteCRM8 and this tolltip isn't displayed
Issue
The optional help tooltips of the fields aren't displayed in the Edit or DetailView.
Expected Behavior
The tooltip should be displayed
Actual Behavior
Nothing happen
Possible Fix
Steps to Reproduce
Context
It should be compatible with SuiteCRM7 funcionality
Your Environment
The text was updated successfully, but these errors were encountered: