Announcement

Collapse
No announcement yet.

As Admin I still got Hidden at link for Followers at Task

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • david.strejc
    replied
    Originally posted by yuri View Post
    Select button on the right. The same modal view as for every relationship panel.
    Oh - THANK YOU your the Boss ;-)

    Leave a comment:


  • yuri
    replied
    Select button on the right. The same modal view as for every relationship panel.

    Leave a comment:


  • david.strejc
    replied
    Originally posted by yuri View Post
    This feature (been for a while there) is available at the dropdown menu next to Edit button > View Followers.
    Many thanks for info - but is it rihgt that even I am an Admin, I cannot add followers via Edit button -> View Followers? There is only option for removing them.

    Leave a comment:


  • yuri
    replied
    This feature (been for a while there) is available at the dropdown menu next to Edit button > View Followers.

    Leave a comment:


  • david.strejc
    replied
    Originally posted by yuri View Post
    It's NOT editable and never was.
    Here https://docs.espocrm.com/administrat...es-management/

    is written:

    Follower Management Permission

    Allows to manage followers of specific records. Users will be able to add and remove followers. Can be restricted to users of own teams.

    So I supposed it "should" be editable.

    Leave a comment:


  • yuri
    replied
    It's NOT editable and never was.

    Leave a comment:


  • yuri
    replied
    It's hidden if empty.

    Leave a comment:


  • As Admin I still got Hidden at link for Followers at Task

    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.
Working...
X