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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • david.strejc
    Member
    • Jul 2016
    • 38

    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.
  • yuri
    Member
    • Mar 2014
    • 8527

    #2
    It's hidden if empty.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8527

      #3
      It's NOT editable and never was.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • david.strejc
        Member
        • Jul 2016
        • 38

        #4
        Originally posted by yuri
        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

        • yuri
          Member
          • Mar 2014
          • 8527

          #5
          This feature (been for a while there) is available at the dropdown menu next to Edit button > View Followers.
          If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

          Comment

          • david.strejc
            Member
            • Jul 2016
            • 38

            #6
            Originally posted by yuri
            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

            • yuri
              Member
              • Mar 2014
              • 8527

              #7
              Select button on the right. The same modal view as for every relationship panel.
              If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

              Comment

              • david.strejc
                Member
                • Jul 2016
                • 38

                #8
                Originally posted by yuri
                Select button on the right. The same modal view as for every relationship panel.
                Oh - THANK YOU your the Boss ;-)

                Comment

                Working...