Skip to content

Commit 1908698

Browse files
authored
Merge pull request #19 from complexdatacollective/feature/remove-obsolete-rosters
Feature/remove obsolete rosters
2 parents 8f560b4 + 5f74ac3 commit 1908698

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v2
2525
with:
2626
repository: complexdatacollective/protocol-validation
27-
ref: feature/schema-version-6
27+
ref: feature/schema-version-6-addendum
2828
path: protocol-validation
2929

3030
- name: Install protocol validation

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v2
2626
with:
2727
repository: complexdatacollective/protocol-validation
28-
ref: feature/schema-version-6
28+
ref: feature/schema-version-6-addendum
2929
path: protocol-validation
3030

3131
- name: Install protocol validation

protocol.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@
12991299
},
13001300
{
13011301
"id": "namegenroster2a",
1302-
"type": "NameGeneratorList",
1302+
"type": "NameGeneratorRoster",
13031303
"label": "NG HIV Services",
13041304
"subject": {
13051305
"entity": "node",
@@ -1315,7 +1315,7 @@
13151315
},
13161316
{
13171317
"id": "namegenroster2",
1318-
"type": "NameGeneratorList",
1318+
"type": "NameGeneratorRoster",
13191319
"label": "NG Classmates",
13201320
"subject": {
13211321
"entity": "node",
@@ -1584,7 +1584,7 @@
15841584
},
15851585
{
15861586
"id": "namegenroster1",
1587-
"type": "NameGeneratorAutoComplete",
1587+
"type": "NameGeneratorRoster",
15881588
"label": "NG Classmates",
15891589
"subject": {
15901590
"entity": "node",
@@ -1636,7 +1636,7 @@
16361636
},
16371637
{
16381638
"id": "namegenroster3",
1639-
"type": "NameGeneratorAutoComplete",
1639+
"type": "NameGeneratorRoster",
16401640
"label": "Roster Autocomplete HIV",
16411641
"subject": {
16421642
"entity": "node",

0 commit comments

Comments
 (0)