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

  • 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.

  • #2
    It's hidden if empty.

    Comment


    • #3
      It's NOT editable and never was.

      Comment


      • #4
        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.

        Comment


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

          Comment


          • #6
            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.

            Comment


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

              Comment


              • #8
                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 ;-)

                Comment

                Working...
                X