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

update #135

Merged
merged 1 commit into from
Sep 5, 2020
Merged

update #135

merged 1 commit into from
Sep 5, 2020

Conversation

tsonobe1
Copy link
Owner

@tsonobe1 tsonobe1 commented Sep 5, 2020

No description provided.

Comment on lines +30 to +33
extra_kwargs = {
# This was key!
"hurdle":{"required": False}
}
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines +127 to +143
startEdit: function () {
this.isTaskEditMode = true;
},
endEdit: function () {
this.isTaskEditMode = false;
},
startMotiveEdit: function () {
this.isMotiveEditMode = true;
},
endMotiveEdit: function () {
this.isMotiveEditMode = false;
},
startGiveUpEdit: function () {
this.isGiveUpEditMode = true;
},
endGiveUpEdit: function () {
this.isGiveUpEditMode = false;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Switch edit-view mode of task.

@tsonobe1 tsonobe1 merged commit 8ef53d9 into master Sep 5, 2020
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

Successfully merging this pull request may close these issues.

1 participant