Cannot add attachment to mail

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • homeempire
    Senior Member
    • Sep 2014
    • 181

    Cannot add attachment to mail

    In EspoCRM 3.5.1 user who is not admin cannot add attachment to mail - error 403 while loading. Admin ok.
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    ok thanks
    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

    • irvingbach
      Junior Member
      • Apr 2015
      • 5

      #3
      It happens also in other modules (like Documents), in log:


      [2015-07-27 14:59:59] Espo.ERROR: API [PUT]:/:controller/:id, Params:Array
      (
      [controller] => Attachment
      [id] => 55b6476f74bd237bd
      )
      , InputData: {"name":"Accelerometer_response.png","type":"im age/png","size":20949,"role":"Attachment","parentType" :"Shipping"} - [] []

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        Quick fix:
        add
        "Attachment": {
        "read": "own",
        "edit": "own",
        "delete": "own"
        }

        to espo/application/Espo/Resources/metadata/app/acl.json to "solid" section
        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

        • homeempire
          Senior Member
          • Sep 2014
          • 181

          #5
          Great support!! Thanks!

          Comment

          Working...