Changeset 340


Ignore:
Timestamp:
Apr 12, 2010, 4:31:32 PM (13 years ago)
Author:
keesvb
Message:

dubbed version 0.1.4, removed completed TODO's from study create wizard

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/application.properties

    r330 r340  
    44app.name=gscf
    55app.servlet.version=2.4
    6 app.version=0.1.3
     6app.version=0.1.4
    77plugins.db-util=0.4
    88plugins.hibernate=1.2.2
  • trunk/grails-app/views/wizard/pages/_study.gsp

    r299 r340  
    4545        <wizard:templateElements entity="${study}" />
    4646
    47         <span class="info">
    48                 <span class="known">Known issues</span>
    49                 <ul>
    50                         <li>the templated fields appear in random order</li>
    51                 </ul>
    52         </span>
    53 
    5447</wizard:pageContent>
  • trunk/grails-app/views/wizard/pages/_subjects.gsp

    r299 r340  
    6767                        <li>autocomplete fields (like ontologies) deselect the selected rows and hence don't replicate</li>
    6868                        <li>ontology fields should replicate value <i>and</i> hidden fields</li>
    69                         <li>no client-side validation is performed to check the type of an input field actually matched that of the datamodel</li>
    70                         <li>table columns are randomized on view as they are currently not sorted</li>
    7169                        <li>ontology hidden fields should be processed by the back-end as well (not yet implemented)</li>
    7270                        <li>ontology fields now show suggestions for <i>all</i> available ontologies. This has to be narrowed down in the future.</li>
Note: See TracChangeset for help on using the changeset viewer.