Changeset 340
- Timestamp:
- Apr 12, 2010, 4:31:32 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/application.properties
r330 r340 4 4 app.name=gscf 5 5 app.servlet.version=2.4 6 app.version=0.1. 36 app.version=0.1.4 7 7 plugins.db-util=0.4 8 8 plugins.hibernate=1.2.2 -
trunk/grails-app/views/wizard/pages/_study.gsp
r299 r340 45 45 <wizard:templateElements entity="${study}" /> 46 46 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 54 47 </wizard:pageContent> -
trunk/grails-app/views/wizard/pages/_subjects.gsp
r299 r340 67 67 <li>autocomplete fields (like ontologies) deselect the selected rows and hence don't replicate</li> 68 68 <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>71 69 <li>ontology hidden fields should be processed by the back-end as well (not yet implemented)</li> 72 70 <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.