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 authored and iox committed Aug 12, 2013
1 parent 20fb86d commit 2b6917e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/views/taglibs/front_site.dryml
Expand Up @@ -25,3 +25,9 @@
</append-body:> </append-body:>
</old-card> </old-card>
</extend> </extend>

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

0 comments on commit 2b6917e

Please sign in to comment.