-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4.4] Rebuild mod_users_latest with new Joomla 4 structure #40092
Conversation
Delete Factory class
I worked today on system tests and I'm on a point now where it is relative easy to write one for front end modules. It would be cool if you can also write one for the converted module here. It is not that much of code to write. An example can be found here #40102 (ignore the changes in the db file). |
Sounds interesting. I'm going to check it out. But don't promise anything yet. Come back to it. |
I have tested this item ✅ successfully on d3ad059 The following Deprecated message was reported from the back end when creating the front tne module, with or without the PR:
|
replace $user = $app->getIdentity();
As far as I can see this is a [EDIT adding |
mod_users_latest system test
You have a syntax code style error in the test https://ci.joomla.org/joomla/joomla-cms/63196/1/29. |
syntax error
You need to create a user in your test, add the following code to the file tests/cypress/support/commands/db.js after line 61:
And then replace your test with:
|
create a user for the test
registerDate: '2023-03-01 20:00:00'
params: ''
* Add deleted files from #40066 , #40092 , #40142 and #40146 * Add deleted files from #40180 and #40174 * Add deleted files from #39527 , #39535 , #40169 and #40173 * Add deleted files from #39552 , #39931 , #39628 and #40328 * Add deleted files from #40216 * Add deleted files from #40561 , #40190 and #40205
Pull Request for Issue # .
Summary of Changes
Rebuild mod_users_latest with new Joomla 4 structure
Testing Instructions
Actual result BEFORE applying this Pull Request
Expected result AFTER applying this Pull Request
Link to documentations
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