Andrew Weiser
Results
2
issues of
Andrew Weiser
I can navigate to a ListView header with the following Java code, but how do I select a new item from the ListView? ``` loader.load(ConsoleObjectHome.class) .getListView() .getHeader() .getSelectedListViewName(); ``` E.g....
bug
needs triaging
NOTE: Before filing a ticket, please see the following URL: https://github.com/hapifhir/hapi-fhir/wiki/Getting-Help **Describe the bug** We are using Maven artifact hapi-fhir-validation version 7.4.0 in our own project, which is being migrated...