Ian

Results 222 comments of Ian

@mozzy11 I think we don't want the left-hand menu to change, just the displayed test results.

> For example what should hapen ie if a user checks Heamatology tests at the root and un checks the Heamatology tests under Blood work ?? Ideally, if those sets...

> But i also dont see any advantage of having duplicated items in the left-hand menu The idea is that we're letting implementations build up their left menu here. It's...

We're going to talk about this on the O3 Squad call. Thanks for the work here @mozzy11!

Which is why we should probably be moving things towards the EMRAPI model which allows for more "transactional" data submissions.

My preferred solution for this problem is [this](https://github.com/openmrs/openmrs-esm-patient-chart/pull/1928/), i.e., just take the user directly to the modify form. This is too aggressive because it removes the ability to add another...

Why did we revert out the CSS property stuff? I also don't really understand the reversion to 2.x instead of 3.x...

@mherman22 Rather than doing the exclusions in every POM, can we add the exclusion to the `omod-common` declaration of Swagger? That should remove it from everywhere...

I see what you mean... Have you tried running this version in an SDK instance?

Technically, if you run `mvn clean install` and then update the module to depend on the SNAPSHOT version, you can test this all locally.