mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-06 16:01:47 +01:00
Have a Star option on task entry screens #928
This commit is contained in:
parent
f4a07110ff
commit
c45b11dc70
8 changed files with 29 additions and 17 deletions
|
|
@ -83,6 +83,8 @@ class TodosController < ApplicationController
|
|||
@todo.context_id = context.id
|
||||
end
|
||||
|
||||
@todo.starred= params[:new_todo_starred].include? "true"
|
||||
|
||||
@todo.add_predecessor_list(predecessor_list)
|
||||
|
||||
# Fix for #977 because AASM overrides @state on creation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue