Announcement

Collapse
No announcement yet.

Reassign task leads to Error Access Denied 403

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

  • Reassign task leads to Error Access Denied 403

    Hi,

    When user A creates a task and assigns it to user B, user B cannot reassign it to someone else.
    It gives a 403 Access Denied, see attachment. What am I overlooking?

    Kind regards!

  • #2
    Hi,

    Please check the error in data/log.

    Comment


    • #3
      Hi,

      check that user roles.
      Cheers!
      Nishan.

      Comment


      • #4
        This is de error it produces in the logs:


        Code:
        [2020-05-15 09:52:19] Espo.ERROR: (403) GET /api/v1/User?select=name&maxSize=5&offset=0&orderBy=&order =&where%5B0%5D%5Btype%5D=primary&where%5B0%5D%5Bva lue%5D=active; line: 127, file: /var/www/html/application/Espo/Core/Controllers/Record.php [] []
        [2020-05-15 09:52:33] Espo.ERROR: (403) GET /api/v1/User?select=name&maxSize=5&offset=0&orderBy=&order =&where%5B0%5D%5Btype%5D=primary&where%5B0%5D%5Bva lue%5D=active; line: 127, file: /var/www/html/application/Espo/Core/Controllers/Record.php [] []

        Comment


        • #5
          The user doesn't have access to User scope.

          Comment


          • #6
            Thanks but I've looked everywhere, what am I overlooking? Where can I adjust this?

            PS Thank you for the quick help!! Really appreciate it.

            Comment


            • #7
              Roles > User scope. Enable read access.

              Comment


              • #8
                Yes!! That worked. Thank you!

                Comment

                Working...
                X