Skip to content

Commit

Permalink
make parent webform to use newer select2
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Jul 10, 2024
1 parent 32994e9 commit e9b1c13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
# 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
cd modules/webform_ui
sed -i -e 's/10/11/' webform_ui.info.yml
- name: Install webform_civicrm
Expand Down

0 comments on commit e9b1c13

Please sign in to comment.