Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

New Tasks Form not processed. #186

@switheyw

Description

@switheyw

Meteor 1.8.0.2

Change .new_task to form.

Template.body.events({
'submit .new-task'(event) {

should be

Template.body.events({
'submit form'(event) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions