Ignore:
Timestamp:
Apr 5, 2011, 11:29:33 AM (12 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #302: Update functionality in the Personal information registration

The create and update paths have been made more similar to reduce the number of special cases that the code needs to handle. Basically, as much info as we can is extracted from the case (if it exists) and specimen tubes in step 1. This information is used in step 3 and the user can accept it as it is, add missing information or change the current information.

There are some exotic cases that are still problematic. For example, it is not always possible to relate PAD to a case without specimen tubes if there is more than one case for a patient.

Also updated the index page to make it look better.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.reggie/trunk/resources/install.jsp

    r1309 r1333  
    197197  <p:path style="margin-top: 20px; margin-bottom: 10px;">
    198198    <p:pathelement title="Reggie" href="<%="index.jsp?ID="+ID%>" />
    199     <p:pathelement title="Verify/install required items" />
     199    <p:pathelement title="Installation wizard" />
    200200  </p:path>
    201201
Note: See TracChangeset for help on using the changeset viewer.