Skip to content

Commit

Permalink
Miscellaneous fixes to 2.0.0 bugs (#332)
Browse files Browse the repository at this point in the history
* [maven-release-plugin] prepare for next development iteration

Update data entry statistics version which does not require internet for connectivity

Increased data integrity to the latest released version that includes export of the results to CSV and Excel

Updated the reporting module to the latest released version

Removed the TB_FOLLOWUP_ENCOUNTER which was merged into the TB_SUMMARY_ENCOUNTER

Cleanup of unused metadata

Fixed the query for linking the infants to mothers via the mother's ART number, through a test case that highlighted the error

Updated coreapps and chart-search to released versions

Added require options for the display widgets

Added the require attribute to show dashboard widgets only when the conditions are met
Upgraded coreapps to a snapshot that honors the require attribute

Correct fix links to the summary pages and descriptions of the failures

Updated the openmrs modules from snapshot to release version

Updated the Reporting compatibility module with fixes to include death date

Updated the change request for migrating ART Summary Page form id from 34 to 14, with a precondition in case the new form_id does not exist

Increased the version of UgandaEMR reports to the latest development version

Adding Service point to capture missing service points

Added the name of the health center to the login page and header

Revert "Adding Service point to capture missing service points"

This reverts commit 134c098.

* Updated UgandaEMR reports version to release 2.0.2

* Update the reports to the latest development version

* Fix for reports not saving to the serialized table

* Updated HTML form entry version to fix Javascript issue due to incompatibility with older versions
  • Loading branch information
ssmusoke authored and slubwama committed Jan 30, 2018
1 parent d54b25c commit 402288d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@
<artifactId>htmlformentry-api-1.10</artifactId>
</dependency>

<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>htmlformentry-api-2.0</artifactId>
</dependency>

<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>htmlformentryui-api</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@
<artifactId>htmlformentry-api-1.10</artifactId>
</dependency>

<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>htmlformentry-api-2.0</artifactId>
</dependency>

<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>htmlformentryui-api</artifactId>
Expand Down
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@
<formfilterVersion>1.0.0</formfilterVersion>
<htmlformentryuiVersion>1.6.4</htmlformentryuiVersion>
<htmlformentryVersion>3.3.2</htmlformentryVersion>
<htmlformentryuiVersion>1.6.3</htmlformentryuiVersion>
<htmlformentryVersion>3.6.0</htmlformentryVersion>
<htmlwidgetsVersion>1.9.0</htmlwidgetsVersion>
<idgenVersion>4.4.0</idgenVersion>
<jacksonVersion>1.8.3</jacksonVersion>
Expand Down Expand Up @@ -271,6 +273,13 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>htmlformentry-api-2.0</artifactId>
<version>${htmlformentryVersion}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>idgen-api</artifactId>
Expand Down

0 comments on commit 402288d

Please sign in to comment.