User tests: Successful: Unsuccessful:
The following functions (used by core) are deprecated and will (maybe) be removed in joomla/string 3.0
Inflector->toPlural(): Use Doctrine\Common\Inflector\Inflector::pluralize() instead.
Inflector->toSingular(): Use Doctrine\Common\Inflector\Inflector::singularize() instead.
open article edit view and click close button
ListView is not used by core -> code review or own component
you will be redirected to articles list view
you will be redirected to articles list view
Please select:
Category | ⇒ | Libraries |
Status | New | ⇒ | Pending |
Labels |
Added:
bug
PR-4.4-dev
|
Category | Libraries | ⇒ | Libraries JavaScript Unit Tests |
Labels |
Added:
?
|
I have tested this item
Tested with the Banners Component which uses the FormController from the library
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-04-27 14:56:11 |
Closed_By | ⇒ | laoneo |
Thanks!
Can you try to add a system test which tests the cancel action to here https://github.com/joomla/joomla-cms/blob/4.4-dev/tests/System/integration/administrator/components/com_content/Article.cy.js, so we know the library is at least working the way we expect.