Skip to content
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

[BUGFIX] Replace NullSite with PseudoSiteFinder #321

Merged
merged 1 commit into from Nov 22, 2021

Conversation

mikestreety
Copy link
Contributor

NullSite was failing as it was missing the use statement at the top.

This replaces NullSite with using the PseudoSiteFinder as it returns a
more robust "site" instance - as used in the core SiteMatcher class in
the matchByPageId method

@opi99 opi99 added this to the 7.3.6 milestone Nov 9, 2021
@opi99 opi99 added the Bug label Nov 9, 2021
@mikestreety
Copy link
Contributor Author

@opi99 It is worth noting that I am trying out the v8 beta and got the same error - implementing the fix resolved the issue

@opi99
Copy link
Collaborator

opi99 commented Nov 11, 2021

It is never worth to mention something ... but while reading your note I got the feeling that it is also needed there. ;)

@opi99
Copy link
Collaborator

opi99 commented Nov 11, 2021

Please, can you update your commit message and prefix the header with [BUGFIX] and add the following lines to the end? (Like it is on most other messages)

Resolves: #321
Releases: 8.0.0 7.3.6

NullSite was failing as it was missing the `use` statement at the top.

This replaces NullSite with using the PseudoSiteFinder as it returns a
more robust "site" instance - as used in the core SiteMatcher class in
the `matchByPageId` method

Resolves: T3Voila#321
Releases: 8.0.0 7.3.6
@mikestreety
Copy link
Contributor Author

Sorry @opi99, missed your comment.

Have updated the commit 👍

@opi99 opi99 merged commit a0d8eff into T3Voila:7.3.x Nov 22, 2021
opi99 pushed a commit that referenced this pull request Nov 22, 2021
NullSite was failing as it was missing the `use` statement at the top.

This replaces NullSite with using the PseudoSiteFinder as it returns a
more robust "site" instance - as used in the core SiteMatcher class in
the `matchByPageId` method

Resolves: #321
Releases: 8.0.0 7.3.6
@mikestreety mikestreety deleted the 7.3.x branch February 1, 2022 14:09
@mikestreety
Copy link
Contributor Author

Hey @opi99 - is 7.3.6 waiting for anything? Would like to get this bug fix rolled out :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants