-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: updating to latest atomic * hotfix: downgrade captcha module * hotfix: remove view/argument warnings * fix: Adds checks to certain views basic variables to prevent errors in logs * fix: don't return boolean, instead return actual operator value * fix: Change to null coalescing operator * fix: fix incorrect target ID for filtering * fix: Account for backwards compatibility with older stored values prior to chosen * fix: Check if terms arrays are arrays first * fix: Additional checks to prevent errors in logs * revert(chosen): remove composer-merge-plugin Due to an issue with Pantheon and the now deprecated use of composer-merge-plugin, we are removing references to it's use in order to provide another fix for this. References: - https://www.drupal.org/node/3069730 - https://git.drupalcode.org/project/chosen/-/blob/4.0.x/README.txt * fix(chosen): use installer-plugin to place chosenJS In order for chosen to work in Drupal, it must reside in ./web/libraries/chosen. This allows composer to utilize the installer-paths to accomplish this. Co-authoried-by: @vinmassaro --------- Co-authored-by: Jim Vomero <[email protected]> Co-authored-by: nJim <[email protected]> Co-authored-by: Marc Berger <[email protected]> Co-authored-by: David Blankenship <[email protected]> Co-authored-by: David Blankenship <[email protected]>
- Loading branch information
1 parent
77e1615
commit 5c6755c
Showing
4 changed files
with
19 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters