Did Configure Metadata (Manage Forms) disappear from Referance Application forever?

I’m asking about it because we (QA team) created automated test for this functionality. And I’m curios whether this functionality will come back to RA?

I see that a week ago @wyclif moved this to the adminui module

But the adminui module is not included in the distro yet. It will be. @wyclif, is there any reason not to add this now?

@darius do you mean adding the admin UI module to the reference application? If yes, i believe we will be adding it possibly during the sprint that starts next week. The extension point on the configure metadata page was changed and moved to another module, RA-835 is aimed at updating the formentryapp module to use the new extension point so that manage forms app reappears.

I was planning to add it to the distro late last week but my laptop got issues, i took it in for repair so i haven’t been able to do any development work since then.

@natalia okay, so this is why it has (temporarily) disappeared. I suggest that you @Ignore the test for the moment, and add a comment on RA-835 saying that when this ticket is done the test should be restored.

Ok, thank @darius and @wyclif for answer :smile:

@natalia what are the test class and method name with the @Ignore? So that i include them in the description of RA-835?

@wyclif these are the tests: https://github.com/openmrs/openmrs-distro-referenceapplication/blob/master/ui-tests/src/test/java/org/openmrs/reference/AddFormTest.java https://github.com/openmrs/openmrs-distro-referenceapplication/blob/master/ui-tests/src/test/java/org/openmrs/reference/DeleteFormTest.java https://github.com/openmrs/openmrs-distro-referenceapplication/blob/master/ui-tests/src/test/java/org/openmrs/reference/EditFormTest.java I’ve added comment to RA-835 with link to these tests.