Daniel Aguilera
Daniel Aguilera
Fixes #4483 ## Summary The bug is located [here](https://github.com/dnnsoftware/Dnn.Platform/blob/df519597b3c45f56f56defa1936314f6612ee644/DNN%20Platform/Modules/DDRMenu/MenuBase.cs#L274) (irrelevant parts omitted for brevity):  The `FilterNodes` function cycles through the names specified in the "IncludeNodes" attribute (available in the...
## Description of bug Redirection after login works fine if current URL is `/login`, but it does not if current URL is `Login.aspx`. ## Steps to reproduce List the precise...