1 Open Issue Need Help Last updated: Jul 12, 2025

Open Issues Need Help

View All on GitHub
Web Development CMS Development (Umbraco)

AI Summary: The task is to debug and fix an integration test for a contact form in an Umbraco project. The test currently fails because it cannot call the `Submit` action of the `ContactFormController`, possibly due to the controller being invoked from a `BlockListElement`. The solution involves investigating the controller's invocation method and adapting the integration test to correctly interact with it.

Complexity: 4/5
bug help wanted

Site build in Umbraco v9 and .NET 5.0.

C#