Ignore:
Timestamp:
May 1, 2009, 3:27:41 PM (15 years ago)
Author:
gav
Message:

Run generate-all on all controllers and views except Person and Authority.
Extensive work on Asset domain and application now compiles and runs well.
Update BootStrap? to suite.

Location:
trunk/grails-app/views/taskType
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/taskType/edit.gsp

    r69 r122  
    2525            <g:form method="post" >
    2626                <input type="hidden" name="id" value="${taskTypeInstance?.id}" />
     27                <input type="hidden" name="version" value="${taskTypeInstance?.version}" />
    2728                <div class="dialog">
    2829                    <table>
  • trunk/grails-app/views/taskType/list.gsp

    r69 r122  
    5050            </div>
    5151            <div class="paginateButtons">
    52                 <g:paginate total="${TaskType.count()}" />
     52                <g:paginate total="${taskTypeInstanceTotal}" />
    5353            </div>
    5454        </div>
Note: See TracChangeset for help on using the changeset viewer.