Skip to content

Commit

Permalink
remove-position-from-task-form
Browse files Browse the repository at this point in the history
You'll notice a slight glitch -- the tasks position has been added to the new-task and edit-task forms. We don't want that. We'll fix it by customising the Task form.

In `application.dryml` add:

SHOW_PATCH
  • Loading branch information
bryanlarsen committed Nov 14, 2011
1 parent 5b20311 commit 31d0deb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/views/taglibs/application.dryml
Expand Up @@ -17,3 +17,9 @@
</append-body:>
</old-card>
</extend>

<extend tag="form" for="Task">
<old-form merge>
<field-list: fields="description, users"/>
</old-form>
</extend>

0 comments on commit 31d0deb

Please sign in to comment.