User tests: Successful: Unsuccessful:
Pull Request for Issue #45355 .
render the placeholder only
create a custom HTML module
create an article and embed it with something like {loadmoduleid 111}
do a GET via postman /api/index.php/v1/content/articles
error code 500
no more error code
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 | ⇒ | Front End Plugins |
| Labels |
Added:
PR-5.3-dev
|
||
| Title |
|
||||||
This pull request has been automatically rebased to 5.4-dev.
please don't use fastrope syntax vor better readability
is this a behavior change? I added the b/c break label because I'm not sure.
| Title |
|
||||||
| Labels |
Added:
bug
Webservices
b/c break
PR-5.4-dev
Removed: PR-5.3-dev |
||
No error code 500 for me.
Before PR:
"text": "<p>Wrapper Component</p>\r\n<p></p>\r\n<p></p>\r\n<p></p> "After PR;
"text": "<p>Wrapper Component</p>\r\n<p>{loadmodule mod_login Login 2}</p>\r\n<p>{loadmoduleid 134}</p>\r\n<p>{loadposition test}</p> "Is this the expected result?