pulls translations from transifex and commits them to github

Build: #90 was successful Scheduled with changes by Daniel Kayiwa

Build result summary

Details

Completed
Queue duration
22 seconds
Duration
43 seconds
Labels
None
Revisions
Release scripts
c56cad8f5570dd7670aa2b5f8fec893ae4606be9 c56cad8f5570dd7670aa2b5f8fec893ae4606be9
uicommons
438902a2417e91df06204b268a9fc7635d6766c0 438902a2417e91df06204b268a9fc7635d6766c0
htmlformentry
43686ac2d66c6e9c22707947764d9e6d6f6469f9 43686ac2d66c6e9c22707947764d9e6d6f6469f9
htmlformentryui
325aac53774a6f262aaf751d0c31c212e76c4db9 325aac53774a6f262aaf751d0c31c212e76c4db9
allergyui
22da9a3e0f26ce0af64304eba34920a705c45138 22da9a3e0f26ce0af64304eba34920a705c45138
allergyapi
824bc6ce40f4d07d4105c330d6ae103d58a7efaf 824bc6ce40f4d07d4105c330d6ae103d58a7efaf
appointmentschedulingui
f42567464e6ad36e7eb69a99298853e1d7b88e06 f42567464e6ad36e7eb69a99298853e1d7b88e06
coreapps
73b8e2eb253ce70dc4e8acf3d591137af4eac067 73b8e2eb253ce70dc4e8acf3d591137af4eac067
dispensing
898f9484bf4522bf566e608480451dc3249f35f4 898f9484bf4522bf566e608480451dc3249f35f4
mdrtb
4829b4fbfe8d53cd84f6561b85cfb6b6a3d8b44b 4829b4fbfe8d53cd84f6561b85cfb6b6a3d8b44b
printer
8d320cb22f9d3eb889f3ade99bbd3fd1c0ce1850 8d320cb22f9d3eb889f3ade99bbd3fd1c0ce1850
radiologyapp
a12a30205e52fcdaf98359ac4abec8d5b489962f a12a30205e52fcdaf98359ac4abec8d5b489962f
radiology
f07208095b254c2355966a6e033fe48df0530cbc f07208095b254c2355966a6e033fe48df0530cbc
referenceapplication
611bf56b33fb13e67b2e0a414de8ee3330f77015 611bf56b33fb13e67b2e0a414de8ee3330f77015
registrationapp
ad687e86c5cba9f003c138cf2872dded4a652f89 ad687e86c5cba9f003c138cf2872dded4a652f89
reportingui
def1f70bb146fe10c23c428452047fe151f3fb85 def1f70bb146fe10c23c428452047fe151f3fb85
Successful since
#15 ()

Code commits

coreapps
Author Commit Message Commit date
Daniel Kayiwa Daniel Kayiwa 73b8e2eb253ce70dc4e8acf3d591137af4eac067 73b8e2eb253ce70dc4e8acf3d591137af4eac067 Merge pull request #38 from mekomsolutions/1.11.2_RA-1250
RA-1250: Add multiple extension points in the Patient Header
mksrom <romain@mekomsolutions.com> mksrom <romain@mekomsolutions.com> 543e5fa7288c2352c6ec80323ace04b344151896 m 543e5fa7288c2352c6ec80323ace04b344151896 RA-1250: Add multiple extension points in the Patient Header
Create 2 extension points in the Patient Header for easier customization
Extract the current Active Visit status bar and include it using one of the new extension points instead ('secondLineFragment')

Modify the Patient Header fragment controller to load the new extensions
        modified:   omod/src/main/java/org/openmrs/module/coreapps/fragment/controller/PatientHeaderFragmentController.java
Add CSS declaration for the new extensions layout
Move the Active Visit status bar style to an uppper level for extensions to use it
        modified:   omod/src/main/compass/sass/patientHeader.scss
Insert the Groovy code to load the extension points with appropriate config parameters
Extract the current patient header's Active Visit status bar to an extension with its own controller
        modified:   omod/src/main/webapp/fragments/patientHeader.gsp
        new file:   omod/src/main/resources/apps/patientHeader_extension.json
        new file:   omod/src/main/java/org/openmrs/module/coreapps/fragment/controller/patientheader/ActiveVisitStatusFragmentController.java
        new file:   omod/src/main/webapp/fragments/patientheader/activeVisitStatus.gsp

Jira issues

IssueDescriptionStatus
Unknown Issue TypeRA-1250Could not obtain issue details from Jira