Skip to content

Commit

Permalink
Renamed VisitDocumentsUi module to Attachments Module (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenvarghese1 committed Jan 22, 2019
1 parent ed614c7 commit c0b84ac
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions src/main/resources/add-ons-to-index.json
Expand Up @@ -543,6 +543,33 @@
"package": "atomfeed"
}
},
{
"uid": "org.openmrs.module.attachments",
"type": "OMOD",
"name": "Attachments Module",
"maintainers": [
{
"name": "Dimitri Renault"
}
],
"links": [
{
"rel": "documentation",
"href": "https://github.com/openmrs/openmrs-module-attachments/blob/master/README.md",
"title": "GitHub ReadMe"
},
{
"rel": "source",
"href": "https://github.com/openmrs/openmrs-module-attachments"
}
],
"backend": "org.openmrs.addonindex.backend.Bintray",
"bintrayPackageDetails": {
"owner": "openmrs",
"repo": "omod",
"package": "attachments"
}
},
{
"uid": "org.openmrs.module.backports14x",
"status": "DEPRECATED",
Expand Down Expand Up @@ -6492,33 +6519,6 @@
"repo": "omod",
"package": "emrmonitor"
}
},
{
"uid": "org.openmrs.module.visit-documents-ui",
"type": "OMOD",
"name": "Visit Documents UI",
"maintainers": [
{
"name": "Dimitri Renault"
}
],
"links": [
{
"rel": "documentation",
"href": "https://github.com/openmrs/openmrs-module-attachments/blob/master/README.md",
"title": "GitHub ReadMe"
},
{
"rel": "source",
"href": "https://github.com/openmrs/openmrs-module-attachments"
}
],
"backend": "org.openmrs.addonindex.backend.Bintray",
"bintrayPackageDetails": {
"owner": "openmrs",
"repo": "omod",
"package": "visitdocumentsui"
}
}
],
"lists": [
Expand Down

0 comments on commit c0b84ac

Please sign in to comment.