User tests: Successful: Unsuccessful:
Pull Request for Issue # .
This step is unnecessary and it breaks some 3rd PD adapters
Everything works
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
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript Repository NPM Change |
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Sorry what validation are we skipping here and why? Breaking 3PDs obviously isn't great. But not really understanding why we're ignoring invalid data
Labels |
Added:
?
NPM Resource Changed
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-10-29 15:41:42 |
Closed_By | ⇒ | fancyFranci |
Thank you for helping 3rd PD adapters!
I have tested this item✅ successfully on 26176b4
Tested it with the restricted adapter, before the patch it created an url like when saving the article:
Before save:
images/dprestricted/items/com_content.article/1/actions-list.png#joomlaImage://dprestricted-item/actions-list.png?width=1067&height=457
After save:
images/dprestricted/items/com_content.article/1/actions-list.png#joomlaImage://local-images/dprestricted/items/com_content.article/1/actions-list.png?width=1067&height=457
After applying the patch, the urls do look like:
Before save:
images/dprestricted/items/com_content.article/1/actions-list.png#joomlaImage://dprestricted-item/actions-list.png?width=1067&height=457
After save:
images/dprestricted/items/com_content.article/1/actions-list.png#joomlaImage://dprestricted-item/actions-list.png?width=1067&height=457
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39091.