Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
papypom opened this issue Nov 12, 2024 · 0 comments
Open

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

papypom opened this issue Nov 12, 2024 · 0 comments

Comments

@papypom
Copy link

papypom commented Nov 12, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant