Skip to content

Commit

Permalink
Merge pull request #94 from reliatec-gmbh/lc-0.5.0
Browse files Browse the repository at this point in the history
LibreClinca snapshot 0.5.0
  • Loading branch information
chae-reliatec authored Nov 27, 2019
2 parents 0749ed5 + 2c7bc4a commit 60f1191
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 960 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.libreclinica</groupId>
<artifactId>LibreClinica</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ public static ActionProcessor getActionProcessor(ActionType actionType, DataSour
case INSERT:
return new InsertActionProcessor(ds, itemMetadataService, ruleActionRunLogDao, ruleSet, ruleSetRule);
case RANDOMIZE:
return new RandomizeActionProcessor(ds, itemMetadataService, ruleActionRunLogDao, ruleSet, ruleSetRule);
// Randomization is removed from LibreClinica
throw new OpenClinicaSystemException("actionType", "action type 'RANDOMIZE' is not supported in LibreClinica!");
default:
throw new OpenClinicaSystemException("actionType", "Unrecognized action type!");
}
Expand Down

This file was deleted.

Loading

0 comments on commit 60f1191

Please sign in to comment.