You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
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 :
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
The text was updated successfully, but these errors were encountered: