Changes between Version 17 and Version 18 of OpenSpecimen HowTo Install


Ignore:
Timestamp:
01/18/16 08:52:22 (8 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenSpecimen HowTo Install

    v17 v18  
    113113 2. Change `<changeSet author="vlonushte" id="FK on domain name of users table">` to `<changeSet author="vlonushte" id="FK on domain name of users table" failOnError="false">`
    114114
    115 == UPDATE WORKFLOW table to correct format - see dev version.
     115== UPDATE WORKFLOW table to correct format
     116
     117Run the command:
     118
     119{{{
     120update os_cp_workflows set workflows = '[{"name":"registerParticipant","view":"plugin-ui-resources/le/collect-specimens.html","ctrl":"leRegAndCollectSpecimensCtrl","data":{"boxOpts":{"dimension":{"rows":8,"columns":12},"compact":false}}}]';
     121}}}
    116122
    117123