This rest call returns no results on their server:
but it does return results on test.raxa
Possibilities to explore:
http://test.raxa.org:8080/openmrs/ws/rest/v1/personattributetype
look at exact module version #s
http://test.raxa.org:8080/openmrs/admin/modules/module.list
check if modules allow uploads
http://test.raxa.org:8080/openmrs/admin/modules/moduleProperties.form
try searching for all personattributetype(s) to see if religion comes up in the lis
http://test.raxa.org:8080/openmrs/ws/rest/v1/personattributetype/cd659427-54e3-4bbd-a66b-bde5e53ba886
directly query for another pat, so i know it's working..
direct query for religion ... different query strings?
http://test.raxa.org:8080/openmrs/ws/rest/v1/personattributetype?q=religion
make sure pat is searchable
http://test.raxa.org:8080/openmrs/admin/person/personAttributeType.list
http://test.raxa.org:8080/openmrs/admin/person/personAttributeType.form?personAttributeTypeId=20 <-- religion on test.raxa
try searching directly by uuid (NOTE: This will almost certainly be different on their server, however..)
http://test.raxa.org:8080/openmrs/ws/rest/v1/personattributetype/cd659427-54e3-4bbd-a66b-bde5e53ba886
I'm currently pursuing a workaround – just hide the religion field and remove it from the utils UUID list. Once we figure out a fix, we can re-add religion to the registration form.
It has to be added in OpenMRS server on each installation. (until we don't make a configuration module)
I changed server side configuration. Please check:
https://raxaemr.atlassian.net/wiki/pages/diffpages.action?pageId=14909473&originalId=20611088
Code uncommented and found working on test.raxa.org.
Next step is to test it at JSS and figure out configuration problem!