User tests: Successful: Unsuccessful:
Pull Request for Issue #35977.
If a finder plugin tries to add an empty taxonomy, this can fail with the error message from #35977. This PR should fix that. This most likely is an article with a non-existing author or something similar.
Unfortunately I can't replicate the issue from #35977 and the below testing instructions seem to not be able to replicate the problem. Maybe @Stuartemk can investigate this further and try to test this?
It fails with the above error message (An Error Has Occurred Category must have a title.)
Everything is properly indexed.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_finder |
Labels |
Added:
?
|
Title |
|
This pull requests has been automatically converted to the PSR-12 coding standard.
Labels |
Added:
?
?
Removed: ? |
I have tested this item
I was not able to reproduce the issue. We need better guidance to reproduce the issue...
Title |
|
Labels |
Added:
PR-4.3-dev
|
From code review it looks like a valid fix.
The error comes from table class
joomla-cms/administrator/components/com_finder/src/Table/MapTable.php
Lines 63 to 65 in f520c98
The taxonomy title requirement was introduced in #21327
I suspect User may have some custom finder plugin, that not adapted it.
I have tested this item
On review looks valid, everything still works, I count it as success :)
I have tested this item
Even when I could not reproduce the issue, it also doesn't break things. I tested all the search options and everything seems to be okay. That's a good test IMHO.
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
Removed: ? |
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-10-21 16:30:43 |
Closed_By | ⇒ | laoneo |
Thanks!
Followed test instructions and was unable to replicate the reported problem