Failed to figure out some resources in due course of working on RA-995

Am currently working on RA-995 .

Work done

When you look at the developer notes, am expected to do a number of changes. All work has been done except “Selecting a language in the first field should automatically check its box in the second field.” this is the last task in point 2 in the Acceptance Criteria defined in the dev notes. Am currently blocked here because I can’t find the JS and CSS files used to definefeatures on this page.

What I think

I personally think that this code block produces the dropdown on that pages. I got to learn that its dynamically produced by java code (ui framework) .

Can someone direct me or give me any resource on how to access these static resources coz am currently blocked.

cc @darius @dkayiwa

cc @dkayiwa

Did you take a look at this? https://github.com/openmrs/openmrs-module-adminui/blob/master/omod/src/main/webapp/pages/myaccount/changeDefaults.gsp

Oooohh thanks. I fixed it.