User tests: Successful: Unsuccessful:
Deprecation messages are shown for some tagged elements:
In com_tags, a tagged element's text-variable is transformed into null if the value is empty.
That causes deprecation messages in plugins like loadmodules and emailcloak. They usually don't need to check for null values in $article->text.
Following the test instructions, deprecation messages are shown
Following the test instructions, deprecation messages are now shown
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Category | ⇒ | com_tags Front End |
Status | New | ⇒ | Pending |
I have tested this item
Labels |
Added:
PR-4.3-dev
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-03-10 03:32:58 |
Closed_By | ⇒ | obuisard |
Thank you Sven @svenbluege for the PR!
This issue was fixed with the same code in 4.2.7, I'm missing the change in 4.3. Here is my try to add it to 4.3 again.
Original PR which was included in 4.2.7: #39640