Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No template for TASKROW (error when enabled) #72

Closed
KingGeneral opened this issue Sep 23, 2016 · 3 comments
Closed

No template for TASKROW (error when enabled) #72

KingGeneral opened this issue Sep 23, 2016 · 3 comments

Comments

@KingGeneral
Copy link

KingGeneral commented Sep 23, 2016

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

error when template taskrow enable

@KingGeneral
Copy link
Author

@angeloocana did you get the error from this one too ?

@robicch
Copy link
Owner

robicch commented Sep 23, 2016

No. Its work correctly.
Be careful: templates are defined inside html comments, and sometime editors remove them

@robicch robicch closed this as completed Sep 23, 2016
@KingGeneral
Copy link
Author

KingGeneral commented Sep 26, 2016

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>

btw thx for the fast response @robicch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants