Dashboard stream

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MorningStar
    Junior Member
    • Feb 2018
    • 12

    Dashboard stream

    Hello,
    is it posible to show on dashboar stream for normal users same items as for admin (all users can see all actions) ?
  • yuri
    Member
    • Mar 2014
    • 8442

    #2
    Hi,

    Admin doesn't see all. One sees only items that are followed. The same for user. You can enable Preferences > Global Auto-Follow to make your user to follow everything is created.
    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

    • MorningStar
      Junior Member
      • Feb 2018
      • 12

      #3
      I can't found Global Auto-Follow (version 4.7.2 ) , but classic follow create record in table (subscription) is it posible to automaticaly show on dashboard stream all items from table note with type post(without creation record in table subscription)?

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        Hello,
        possible, but only with developing. To see Global Auto-Follow option you need to upgrade EspoCRM to the last version (5.0.5 for now)

        Comment

        • yuri
          Member
          • Mar 2014
          • 8442

          #5
          In the previous versions Global Auto-follow field was named Auto-follow.
          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

          • MorningStar
            Junior Member
            • Feb 2018
            • 12

            #6
            yurikuzn: Auto follow is checked but it only write user to subscription table,
            tanya: I count on having to rewrite some code, can you direct me where to find code for this strem?

            Comment

            • tanya
              Senior Member
              • Jun 2014
              • 4308

              #7
              application/Espo/Services/Stream.php findUserStream method

              Comment

              • MorningStar
                Junior Member
                • Feb 2018
                • 12

                #8
                Yes, that's what I was looking for, Big thanks to You

                Comment

                Working...