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
thx @robicch , i recheck it this day, and what trigger that error is :
that i mistaken <!-- --> as a common comment, but in your case <!-- --> is used in templates.
(and Note to other that like me : if you are using the template, there are 2 ways to use it :
1st solution :
you can comment like this one (to activate the template)
and the <!-- --> must not separated until </div> example : <div class="__template__" type="TASKROW"> <!-- ... --></div>
Dear @robicch ,
i have a problem when enable template " 'TASKROW' "
(master branch) (latest version)
No template found for type 'TASKROW'
location in the view :
<div class="__template__" type="TASKROW"> <!-- ... --></div>
regards,
KinGen
The text was updated successfully, but these errors were encountered: