When I try to edit a comment on an Issue, I get this error:
Insufficient Permission for Communication
I’m Administrator and use the latest master version.
By editing the “Role permissions” of “Communication” and selecting “All” for the user, and giving the write permission, it works. I think these should be standard to be update safe. Amend wasn’t necessary.
But I run into a different problem now… For each email i delete I get one of the below in background workers that maxes out the cpu to 99% for about two minutes apiece.
frappe.model.delete_doc.delete_dynamic_links
Obviously when interface takes this long there is something wrong. any ideas?
yes, though digging deeper i’ve found something linked.
In demo.erpnext.com and in my install if you as a normal user rreate a comment on any doctype press comment then use the pencil icon to edit your comment then press the tick icon it fails but says insufficent permissions for communication.
When i added ‘Amend’ to users for communication as well as Delete this fixes the comments issue.
I thought that the comments would have to be fixedn for each doctype which would be a pain but apparently not … This really should be working …
I dont code so can’t help in that respect I’m afraid /./