Base solution for your next web application
Open Closed

Bug in generated code by RAD #4993


User avatar
0
avanekar02 created

Hello

found that in the generated code the view modal did not load displaying error "Internal Error Occurred" when attempting to "View" , after spending some time found that the footer generated in the _ViewMyEntityModal

the header was correct but the footer pointer to a different path

@Html.Partial("~/Areas/gl/Views/Common/Modals/_ModalHeader.cshtml", new ModalHeaderViewModel(""))

@Html.Partial("~/Areas/App/Views/Common/Modals/_ModalFooterWithClose.cshtml")

the correct path to the footer was

@Html.Partial("~/Areas/gl/Views/Common/Modals/_ModalFooterWithClose.cshtml")

can this be please corrected .

thanks and regards
Anwar


1 Answer(s)