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

Wrong file location at https://blaze-tutorial.meteor.com/simple-todos/07-adding-user-accounts.html#7-7-Task-owner #25

Closed
bhushitjoshipura opened this issue Aug 25, 2021 · 4 comments

Comments

@bhushitjoshipura
Copy link

Here, at the end the code to insert asks to update import/ui/Task.js 's form submit event handler
The tutorial had hitherto placed the form submit event handler used to reside at import/ui/App.js
We should correct the creation place of form event handler from import/ui/App.js to import/ui/Task.js

@bhushitjoshipura
Copy link
Author

Oh, then, again, https://blaze-tutorial.meteor.com/simple-todos/08-methods.html#8-3-Implement-Method-Calls mentions the task insertion should be in import/ui/App.js ! This too should be changed to import/ui/Task.js !!

@filipenevola
Copy link
Collaborator

Hi, the form to submit the task is declared in the App.html indeed.

The Task files are used to display the Task and not to create tasks.

@bhushitjoshipura
Copy link
Author

Hi, minimally should you not change "asks to update import/ui/Task.js 's form submit event handler" part by referring to correct file?

@filipenevola
Copy link
Collaborator

Hi @bhushitjoshipura thank you.

You are correct. I just updated it.

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