Skip to content

Commit

Permalink
Remove the task estimation field
Browse files Browse the repository at this point in the history
  • Loading branch information
asaquzzaman committed Jul 23, 2018
1 parent 6f29642 commit 7446bac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ A. Found any bugs? Please create an [issue](https://github.com/tareq1988/wp-proj

== Changelog ==

= v2.0.2 - July 20, 2018 =
= v2.0.2 - July 23, 2018 =

* **New** Create function for getting individual task.
* **New** Hook for all CRUD (Create, Read, Update and Delete)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
</multiselect>
</div>
</div>
<div class="item task-title">
<!-- <div class="item task-title">
<input v-model="task.estimation" type="number" min="1" class="pm-task-estimation" :placeholder="estimation_placheholder">
</div>
</div> -->
<pm-do-action hook="pm_task_form" :actionData="task" ></pm-do-action>
<div class="item submit">
<span class="pm-new-task-spinner"></span>
Expand Down

0 comments on commit 7446bac

Please sign in to comment.