Skip to content

Commit

Permalink
put back these patches for tabbable and jquery since they aren't in p…
Browse files Browse the repository at this point in the history
…arent 6.3.x
  • Loading branch information
demeritcowboy committed Nov 20, 2024
1 parent 93cdb81 commit 0aed128
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ jobs:
run: |
cd ~/drupal
COMPOSER_MEMORY_LIMIT=-1 composer require 'drupal/webform:6.3.x-dev@dev'
cd web/modules/contrib/webform
# somebody has submitted a patch for "tabbable"
curl -L -O https://git.drupalcode.org/project/webform/-/merge_requests/452.diff
git apply 452.diff
# use newer version of select2 that doesn't call jQuery.isArray
sed -i -e 's/4\.0\.13/4.1.0-rc.0/' webform.libraries.yml
- name: Install webform_civicrm
run: |
cd ~/drupal
Expand Down

0 comments on commit 0aed128

Please sign in to comment.