pulls translations from transifex and commits them to github
Build: #2073 was successful Scheduled with changes by icrc-toliveira <70152448+icrc-toliveira@users.noreply.github.com>
Code commits
coreapps
-
icrc-toliveira <70152448+icrc-toliveira@users.noreply.github.com> 99e1d0e3d2eb1b4e503fcc8d3b3c1656f91d6de3
RA-1985 - Allow changing visit time dynamically (#450)
* RA-1985 - Allow changing visit time dynamically
- Add global property to enable / disable such behavior
* RA-1985 - Changed new Boolean to BooleanUtils
- Change allowChangingVisitTime default state to false
* RA-1985 - Minor fix, no need to change date if it is the same day
* RA-1985 - Minor improvement in code readability- api/src/main/java/org/openmrs/module/coreapps/CoreAppsConstants.java (version 99e1d0e3d2eb1b4e503fcc8d3b3c1656f91d6de3)
- omod/src/main/java/org/openmrs/module/coreapps/fragment/controller/visit/VisitDatesFragmentController.java (version 99e1d0e3d2eb1b4e503fcc8d3b3c1656f91d6de3)
- omod/src/main/java/org/openmrs/module/coreapps/page/controller/patientdashboard/PatientDashboardPageController.java (version 99e1d0e3d2eb1b4e503fcc8d3b3c1656f91d6de3)
- omod/src/main/resources/config.xml (version 99e1d0e3d2eb1b4e503fcc8d3b3c1656f91d6de3)
- omod/src/main/webapp/fragments/patientdashboard/editVisitDatesDialog.gsp (version 99e1d0e3d2eb1b4e503fcc8d3b3c1656f91d6de3)
- omod/src/main/webapp/fragments/patientdashboard/visits.gsp (version 99e1d0e3d2eb1b4e503fcc8d3b3c1656f91d6de3)