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

Resolved an issue where the author filter could have a missing label. #2848

Merged
merged 3 commits into from Feb 15, 2023

Conversation

robinsowell
Copy link
Contributor

@robinsowell robinsowell commented Feb 13, 2023

If no screen name was set, you'd end up with author filters on edit entries and files where nothing showed in cases where screen name was missing.

You could also throw a php error in php 8.1+

htmlentities(): Passing null to parameter #1 ($string) of type string is deprecated
ee/ExpressionEngine/Service/Filter/Filter.php, line 227```

If no screen name was set, you'd end up with author filters on edit entries and files where nothing showed in cases where screen name was missing.

You could also throw a php error in php 8.1+

```htmlentities(): Passing null to parameter #1 ($string) of type string is deprecated
ee/ExpressionEngine/Service/Filter/Filter.php, line 227```
@robinsowell robinsowell added the Bug: Accepted Bug has been confirmed, is reproducible, and ready to work on. label Feb 13, 2023
robinsowell added a commit that referenced this pull request Feb 13, 2023
If no screen name was set, you'd end up with author filters on edit entries and files where nothing showed in cases where screen name was missing.

You could also throw a php error in php 8.1+

htmlentities(): Passing null to parameter #1 ($string) of type string is deprecated
ee/ExpressionEngine/Service/Filter/Filter.php, line 227

see also #2848
intoeetive
intoeetive previously approved these changes Feb 14, 2023
@intoeetive intoeetive added this to the 7.2.10 milestone Feb 14, 2023
@intoeetive intoeetive merged commit 046b6d4 into 7.dev Feb 15, 2023
@intoeetive intoeetive deleted the bug/7.x/author-filter-missing-label branch February 15, 2023 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: Accepted Bug has been confirmed, is reproducible, and ready to work on.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants