version issue in the HTML form entry ui module

Hi @surangak @burke @dkayiwa @harsha89 @darius @mogoodrich

I have updated the htmlForm.js in order to upload the complex obs using new GUI of OpenMRS Html Forms.

Link : http://pastebin.com/keR8tnA6

Now I have faced an issue. The version of HTML form entry ui module used in OpenMRS standalone is 1.3 but the latest version is 1.6 in Git Hub.

What should I do regarding this? to which branch should I push these changes?

To add to the misery 1.3 version of HtmlFormEntryUI is not building properly since it requires few more modules and it fails.

I believe we need to push to the latest version of the project, but it is not possible with the dependency issue.

I would like to have some expert advice on this.

Thank you

The version of HTML form entry ui module used in OpenMRS standalone is 1.3

There is a standalone for every released OpenMRS version. Which one are you talking about?

For example the latest reference application 2.4 release includes HFEui 1.5.

-Darius (by phone)

Is there a version with the latest HFEU module (1.6) so I can develop with that. As the latest standalone also uses 1.5 not 1,6

I suggest you take the latest released standalone and just put your new htmlformentryui in it (replacing the old one, naturally).

-Darius (by phone)

@darius Thank you. That is what I am doing now. Will update the progress :slight_smile: