[4.0] Restore com_admin profile view#29251
[4.0] Restore com_admin profile view#29251infograf768 merged 40 commits intojoomla:4.0-devfrom SharkyKZ:j4/com_admin
Conversation
administrator/components/com_admin/src/Controller/ProfileController.php
Outdated
Show resolved
Hide resolved
May I ask why? |
|
See #25440 |
|
I have tested this item ✅ successfully on 766657a This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/29251. |
|
Conflicts with admin.ini after my alpha order pr. |
|
Conflicts fixed. |
Not necessary as #29687 is not a PR but an issue. |
|
Are we supposed to get an Action in Home Dashboard Latest Actions when modifying profile? If I modify the user account, I do get a log. |
|
@infograf768 I guess we could add this. Currently doesn't work in staging either. |
|
@SharkyKZ |
|
@SharkyKZ is the action logs for the account modification going to be apart of this PR or will this be separate? Everything else tests out good, just the action logs that do not record the edits. |
|
Maybe separate. This could be fixed in staging too. |
|
I have tested this item ✅ successfully on 766657a This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/29251. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/29251. |
|
i still think is the wrong solution |
|
What would be the right solution? |
|
Tks. |
* Restore com_admin profile view * Restore language strings * Remove help site field * Simplify layout * Line length * Add return URL * Fix redirects * Move to src directory * Correct link * Fix TFA * Add back com_admin.profile context * CS * CS * CS Co-authored-by: Quy <quy@fluxbb.org> * Use com_users form * Restore string * Revert "Restore string" This reverts commit 7228688. * Revert "Use com_users form" This reverts commit da295c1. * Use com_admin form * Map com_admin.profile context * Missing strings * Rename strings * Missing string * Alpha sort * TFA switcher * Cleanup * Add password meter * Remove unused string Co-authored-by: Quy <quy@fluxbb.org>
Pull Request for Issue #25440.
Summary of Changes
Restores profile view in
com_admin.Testing Instructions
Test that editing profile using
Edit Accountlink inmod_userdropdown works correctly. Especially functionality added by plugins (Token, TFA, action logs).Documentation Changes Required
If the removal was documented somewhere, it should be reverted.