User tests: Successful: Unsuccessful:
Pull Request for Issue #32734 .
Fix the base path in js
Do the same steps, bonus points when you try the same in the backend.
Image is not inserted
Image is inserted
None
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript Repository NPM Change |
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
I have tested this item
Broken in backend.
Status | Ready to Commit | ⇒ | Pending |
back to pending
Please modify
const apiBaseUrl = `${Joomla.getOptions('system.paths').rootFull}index.php?option=com_media&format=json`;
to
`const apiBaseUrl = `${Joomla.getOptions('system.paths').baseFull}index.php?option=com_media&format=json`;`
Broken in backend.
Tested this also, how do you make it fail?
Labels |
Added:
NPM Resource Changed
?
|
fixed, please re-test. Sorry for not looking into it properly
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
rtc
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-03-25 08:42:50 |
Closed_By | ⇒ | drmenzelit | |
Labels |
Added:
?
|
Thanks!
I have tested this item✅ successfully on 2237de9
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32825.