Raven icon indicating copy to clipboard operation
Raven copied to clipboard

In the mini-chat of ERPnext : removed user appears as an empty space

Open papypom opened this issue 1 year ago • 0 comments

Note : software version & config details hereunder.

Issue : When a user with whom some messages have been exchanged is removed from ERPnext, they still appear in the mini chat within ERPnext (see image). They correctly disappear from the main app.

image

Step to reproduce : create a user in ERPnext, send him a message using Raven and then delete the user. Check the mini-chat, a blank space will be there.

Expected behavior : removing a user removes them from both view, the mini chat and the main app.

Software running :

  • ERPNext: v15.41.1
  • Frappe Framework: v15.47.2
  • Frappe HR: v15.35.0
  • Payments: v0.0.1
  • Raven: v1.7.1

Custom docker image : docker build --build-arg=FRAPPE_PATH=https://github.com/frappe/frappe --build-arg=FRAPPE_BRANCH=version-15 --build-arg=APPS_JSON_BASE64=$APPS_JSON_BASE64 --tag=xxx/erpnext:1.0.0 --file=images/custom/Containerfile .

Apps.json file : [ { "url": "https://github.com/frappe/erpnext", "branch": "version-15" }, { "url": "https://github.com/frappe/hrms", "branch": "version-15" }, { "url": "https://github.com/frappe/payments", "branch": "version-15" }, { "url": "https://github.com/The-Commit-Company/Raven", "branch": "v1.7.1" } ]

Platform : ARM64 Ampere / 2 vCPU / 4 GB Ram / Debian 12.8

papypom avatar Nov 12 '24 20:11 papypom