Currently module will be able to end the session of each user, enable to end multiple user sessions at once.

CommentFileSizeAuthor
#3 clu-2697413-3.patch4.98 KBn.kishorekumar

Comments

heykarthikwithu created an issue. See original summary.

heykarthikwithu’s picture

Status: Active » Needs work

.

n.kishorekumar’s picture

Status: Needs work » Needs review
StatusFileSize
new4.98 KB

Ending the session for multiple user at a time
attaching patch for that

heykarthikwithu’s picture

Assigned: heykarthikwithu » Unassigned
Status: Needs review » Needs work

patch applies with warnings

root@ubuntu:/var/www/html/d8# git apply -v clu-2697413-3.patch
clu-2697413-3.patch:33: trailing whitespace.
    
clu-2697413-3.patch:34: trailing whitespace.
    
Checking patch clu.links.task.yml...
Checking patch clu.routing.yml...
Checking patch src/Form/CLUConfirmForm.php...
Checking patch src/Form/CLUListingUsers.php...
Applied patch clu.links.task.yml cleanly.
Applied patch clu.routing.yml cleanly.
Applied patch src/Form/CLUConfirmForm.php cleanly.
Applied patch src/Form/CLUListingUsers.php cleanly.
warning: 2 lines add whitespace errors.

needs to be changes
* Contains \Drupal\clu\Form\ContributeForm.

getValue should take a parameter. this seems to be a bug.
$uid = $form_state->getValue()['table'];

  • heykarthikwithu committed 90a3e43 on 8.x-1.x
    Issue #2697413 by N.kishorekumar, heykarthikwithu: End multiple user...
heykarthikwithu’s picture

Status: Needs work » Fixed

Added few changes in the code and committed..

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.