-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix issue #4900 - created and used overloads that take the portalId as parameter #4901
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this is a great change! It's always good to track down and fix places where the API incorrectly relies on HttpContext
(or other globals).
In my first iteration I duplicated that code to make things very clear. Now I refactored as it would have been my code: I did not touch the public methods interface |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, do we need to hold it 9.11.0 or can we get this into 9.10.3 @bdukes ?
I noticed that I forgot to push one file edit. I marked a method as Obsolete, but I'm not using the new method in my commit. I've just committed that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even better!
Once this build is complete, let's squash and merge @valadas |
Summary
I created the necessary overloads that take the portalId as a param.
I changed LoadPortalSettings to use that new overload.