Skip to content

Commit

Permalink
Merge pull request #59 from febrezo/add-closed-status
Browse files Browse the repository at this point in the history
Add 'Closed' status to Actions View
  • Loading branch information
cyb3rfox authored Mar 20, 2021
2 parents b6c008f e46df54 commit 752c6a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data_template.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 56,7 @@ data_template = {
{id:1,text:"Assigned"},
{id:2,text:"In Progress"},
{id:3,text:"Completed"},
{id:4,text:"Closed"},
],
"direction":[
{id:1,text:"<-"},
Expand Down

0 comments on commit 752c6a4

Please sign in to comment.