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
{{ message }}
This repository was archived by the owner on May 3, 2020. It is now read-only.
There is one different parameter I found in template.collection.list.js file in the line #16 there is something like this line of code var template_entity_type = $(this).attr('entity_type');
In this line it is searching one parameter "entity_type"
But in the message page configuration on the event the parameter's name is just "type"
So the message form doesn't appear if you change the parameter type instead entity_type, it works.
There is one different parameter I found in template.collection.list.js file in the line #16 there is something like this line of code
var template_entity_type = $(this).attr('entity_type');In this line it is searching one parameter "entity_type"
But in the message page configuration on the event the parameter's name is just "type"
So the message form doesn't appear if you change the parameter type instead entity_type, it works.