shridarpatil / frappe_whatsapp

WhatsApp cloud integration for frappe
https://www.youtube.com/watch?v=nq5Kcc5e1oc
Other
171 stars 162 forks source link

Multilingual templates do not appear when we import templates from Meta #70

Closed zahed-azzani closed 1 month ago

zahed-azzani commented 4 months ago

I fetched WhatsApp templates from Meta, but only one template was fetched for those with multiple languages. This is because ERPNext does not accept duplicate template names. Therefore, it is necessary to consider the language when fetchin templates.

the templates in meta Screenshot (557)

the temp in erpnext

Screenshot (558)

Upon comparison, we will also find that there is a template that was created in ERPNext (zahed) and there are many notes on this template:

1- This template was created in erpnext and approved by Meta, but it is still pending in ERP Next.

Screenshot (559)1

2- This template was deleted from the ERP Next screen and was actually deleted from Meta, but it was not deleted in ERP Next. Screenshot (559)12

3- I made several attempts to delete it from the list, but to no avail.

Screenshot (560)

github-actions[bot] commented 2 months ago

Stale issue message

shridarpatil commented 1 month ago

added a fix for this.