UpendoVentures/Upendo-DNN-Simple-Auth-Provider

PortalSettings Retrieval is not Consistent

Closed this issue · 0 comments

Sponsorship

If this request requires additional support (e.g., such as direct email/phone/meeting/development), I have the following interest in helping to sponsor the effort via GitHub Sponsors:

  • None, please continue to work for me for free :P
  • Absolutely, I get value out of this!
  • Maybe later
  • I'm already a sponsor... Woot!

Describe the bug

The logo processing logic was not using the same method to retrieve the PortalSettings. It also is using a less consistent method for getting the PortalAlias.

Software Versions

  • DNN: 08.10.01
  • Provider: 01.00.00

To Reproduce

Steps to reproduce the behavior:

N/A

Expected behavior

Use the DnnGlobal wrapper class.

Actual behavior

Use the DNN PortalController class directly.

Screenshots

N/A

Error log

N/A

Additional context

N/A