Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
PT-3381: REST API for family permissions.
Browse files Browse the repository at this point in the history
- Created the entity-access-rules-rest module, and moved the relevant code.
  • Loading branch information
a-gvo committed Oct 16, 2017
1 parent 2cc6749 commit 400438b
Show file tree
Hide file tree
Showing 27 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions components/entity-access-rules/pom.xml
Expand Up @@ -31,5 +31,6 @@

<modules>
<module>api</module>
<module>rest</module>
</modules>
</project>
Expand Up @@ -22,11 +22,11 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.phenotips</groupId>
<artifactId>patient-access-rules</artifactId>
<artifactId>entity-access-rules</artifactId>
<version>1.4-SNAPSHOT</version>
</parent>
<artifactId>patient-access-rules-rest</artifactId>
<name>PhenoTips - Patient access rules - REST services</name>
<artifactId>entity-access-rules-rest</artifactId>
<name>PhenoTips - Entity access rules - REST services</name>

<properties>
<!-- Fixme. Coverage. -->
Expand Down
@@ -0,0 +1 @@
REWRITE_SYSTEM "https://phenotips.org/permissions.rest.model.xsd" "maven:org.phenotips:entity-access-rules-rest:jar::!/permissions.rest.model.xsd"
1 change: 0 additions & 1 deletion components/patient-access-rules/pom.xml
Expand Up @@ -33,6 +33,5 @@
<module>api</module>
<module>migrations</module>
<module>ui</module>
<module>rest</module>
</modules>
</project>

This file was deleted.

2 changes: 1 addition & 1 deletion distribution/war/pom.xml
Expand Up @@ -697,7 +697,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>patient-access-rules-rest</artifactId>
<artifactId>entity-access-rules-rest</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 400438b

Please sign in to comment.