crm
crm copied to clipboard
Cannot add link in Rich Text email template - modal closes before we're able to type or paste URL
Reproduction steps:
- Open Frappe CRM
- Go to Settings - Email templates
-
- New email template
- Write some text: "Go to GitHub.com"
- Select the text
- Click on the Link button
- Try to type or paste URL
RESULT: the modal with the URL input closes, no link saved EXPECTED: the modal should allow URL to be input
Tried in Chrome and Safari, same behaviour.
i'm ready to take up this bug. Could anybody assign this to me.
i guess the issue is in tippy instance where there is a flag , "hideonclick: true" , changing to false might fix the issue .
on the side note , i was not able to run this crm in development mode as "POST /api/method/crm.api.doc.get_data HTTP/1.1" 403 is showing this error , but i was able to run the project using bench browse test.localhost --user Administrator