Data doesn't appear correctly on VISIT form

I have added New section on VISIT form but after adding it, it doesn’t display properly on VISIT form. Section get overlapped with “Fee Information”.

EXTENSION.Json

{
    "search":{
        "id": "bahmni.registration.navigation.patient.search",
        "extensionPointId": "org.bahmni.registration.navigation",
        "type": "link",
        "translationKey":"REGISTRATION_SEARCH_CONFIG_KEY",
        "url": "/search",
        "shortcutKey": "REGISTRATION_SEARCH_CONFIG_ACCESS_KEY",
        "icon": "fa-search",
        "order": 1,
        "requiredPrivilege": "View Patients"
    },
    "createNew":{
        "id": "bahmni.registration.navigation.patient.create",
        "extensionPointId": "org.bahmni.registration.navigation",
        "type": "link",
        "translationKey": "REGISTRATION_CREATE_NEW_CONFIG_KEY",
        "url": "/patient/new",
        "icon": "fa-plus",
        "shortcutKey": "REGISTRATION_CREATE_NEW_CONFIG_ACCESS_KEY",
        "order": 2,
        "requiredPrivilege": "Add Patients"
    },
    "view":{
        "id": "bahmni.patient.search.result.action.edit",
        "extensionPointId": "org.bahmni.registration.patient.search.result.action",
        "type": "link",
        "translationKey": "REGISTRATION_VIEW_CONFIG_KEY",
        "url": "/patient/{{patientUuid}}",
        "icon": "fa-patient-edit",
        "order": 1,
        "requiredPrivilege": "View Patients"
    },
    "nutritionalValues":{
        "id": "bahmni.registration.conceptSetGroup.nutritionalLevels",
        "extensionPointId": "org.bahmni.registration.conceptSetGroup.observations",
        "type": "config",
        "extensionParams": {
            "conceptName": "Nutritional Values",
            "translationKey": "NUTRITIONAL_VALUES_LOCALE_KEY",
            "conceptNames": ["Height", "Weight", "BMI", "BMI STATUS"],
            "required":true,
            "showLatest": true
        },
        "order": 1,
        "requiredPrivilege": "Edit Visits"
    },
    "feeInformation":{
        "id": "bahmni.registration.conceptSetGroup.feeInformation",
        "extensionPointId": "org.bahmni.registration.conceptSetGroup.observations",
        "type": "config",
        "extensionParams": {
            "conceptName": "Fee Information",
            "translationKey": "FEE_INFORMATION_LOCALE_KEY",
            "required":true,
            "showLatest" : false
        },
        "order": 6,
        "requiredPrivilege": "Edit Visits"
    },
	"Questions":{        
		"id": "bahmni.registration.conceptSetGroup.Activity",         
		"extensionPointId": "org.bahmni.registration.conceptSetGroup.observations",         
		"type": "config",         
		"extensionParams": {             
			"conceptName": "Questions",             
			"required":true,
			"showLatest" : false         
		},         
		"order": 2,         
		"requiredPrivilege": "Edit Visits"
    }

}

1 Like

We have the same problem with configuring the registration screen:

here are our apps config files:

Hi,

We have looked at the above scenario and there is a UI issue that exists. We will update the thread once the issue gets fixed or you can also track the progress of the issue here.

1 Like

Thanks @lipika for addressing this issue so quickly!

Hi @lipika and Bahmni Team, How should we go about patching one of our implementation servers with this fix? Is this fixed with the latest bahmni installer? Any instructions on how to deploy this simple fix would be appreciated. Thanks!

@lipika / @vinay - I’m curious about minor bug fixes like this and whether it is possible to backport to 0.81 release line so we might take advantage of it in our upcoming deployment. This one appears to be slated for 0.82 release, but also appears to simply be removing a class from a single html element on the page.

Thanks, Mike

@mseaton/@cioan - We have already fixed this in both 0.82 and 0.81. The 0.81 patch release which we plan to release soon (in a week’s time or earlier ) would have a fix for this.

@sushma - I have updated to 0.81 but still data doesn’t appear correctly. It display the same way as it displayed earlier.

@vvmane : What is the version of bahmni-installer you updated to ?

@sravanthi17 0.81

what is the complete version of bahmni-installer ?

yum list installed | grep bahmni-installer