Add select all in bundle list

Created on 3 November 2019, over 4 years ago
Updated 20 October 2023, 8 months ago

Add select all checkbox in bundle list

✨ Feature request
Status

Needs work

Version

2.0

Component

Code

Created by

πŸ‡«πŸ‡·France liber_t Lille

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • First commit to issue fork.
  • Status changed to Needs work 8 months ago
  • πŸ‡«πŸ‡·France GoZ
    1. +++ b/js/select-all.js
      @@ -0,0 +1,15 @@
      +        if ($('.check-' + value).prop('checked')) {
      

      Use context in jquery selection to not parse all the dom, but only provided context from behavior

    2. +++ b/js/select-all.js
      @@ -0,0 +1,15 @@
      +        $('#checkall-' + value).click(function () {
      

      Use once() to avoid multiple calls if behavior is reloaded.

    I move this issue to 2.0.x version since 8.1.x is not supported anymore

Production build 0.69.0 2024