Cannot save and publish FORM from Implementer Interface -> Form Builder

When I click Save it shows the error below

The Bahmni version is v0.93.

1 Like

Hi @dxnjeta,

Looks like Bahmni 0.93 shipped with openmrs-module-bahmni.ie.apps 1.0.0. and not with version 1.1.0 which implements the getFormPrivileges endpoint.

cf.:

cf.: https://mvnrepository.com/artifact/org.bahmni.module/bahmni.ie.apps-omod/1.1.0

I tried to update the module without success until now - nevertheless, reverting the implementer interface worked:

yum remove bahmni-implementer-interface.noarch

yum install -y http://repo.mybahmni.org.s3.amazonaws.com/releases/bahmni-implementer-interface-0.92-33.noarch.rpm

Because the implementer-interface contains only the frontend, it should work.

BR, Johannes

1 Like