In Espo 7.1 my role is Admin (which should prevent any permission problems) but when I hover over "followers" at Task record, javscript does not remove "hidden" class for editing.
I've fixed this in CSS but I suppose I am missing some option or something else.
After adding CSS class:
div[data-name="followers"]:hover a {
display: inline-block !important;
}
Everything is working correctly.
I've fixed this in CSS but I suppose I am missing some option or something else.
After adding CSS class:
div[data-name="followers"]:hover a {
display: inline-block !important;
}
Everything is working correctly.
Comment