Implementation of Session Copy in User List to Enhance Usability #5478
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The project aims to enhance functionality and usability in user management within an application by allowing administrators to easily copy the list of sessions a user is registered in. Currently, when accessing the user list and clicking on the session icon, a modal appears showing the active sessions of the selected user.
However, this modal automatically closes when it loses focus, which can be inconvenient for administrators who need to manipulate or reference this information more extensively.
To address this, a new option will be introduced in the general configuration file (configuration.php). This option, named "admin_user_list_allow_copy_to_clipboard_sessions_list," will enable administrators to activate or deactivate the functionality of copying the session list to the clipboard.
The option will accept boolean values, true or false, with the default being false.
In the user_list, we check the value of $allowSessionCopyToClipboard to allow copying.