Adding code comment for review

This commit is contained in:
rockstardev
2020-01-23 20:18:33 -06:00
parent a907143d81
commit f99058a9fa

View File

@@ -170,6 +170,8 @@ namespace BTCPayServer.Controllers
TempData[WellKnownTempData.SuccessMessage] = "App updated";
return RedirectToAction(nameof(UpdateCrowdfund), new { appId });
}
// TODO: Check with Kukks if we can remove this tricky logic of redirecting to viewapp
// I've already switched do button directly linking to AppPublic ViewCrowdfund action
else if (command == "viewapp")
{
return RedirectToAction(nameof(AppsPublicController.ViewCrowdfund), "AppsPublic", new { appId });