-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade views_arg_order_sort #358
Labels
Comments
|
unclegcb
added a commit
that referenced
this issue
Mar 12, 2025
unclegcb
added a commit
that referenced
this issue
Mar 13, 2025
unclegcb
added a commit
that referenced
this issue
Mar 13, 2025
unclegcb
added a commit
that referenced
this issue
Mar 13, 2025
unclegcb
added a commit
that referenced
this issue
Mar 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a patch for the issue that caused us to use a custom version of this module.
https://www.drupal.org/project/views_arg_order_sort/issues/3212018
The custom version being used is locked at a specific hash:
https://github.com/wri/wri_sites/blob/main/composer.json#L12
If that patch works, we can go back to using released versions of the module.
Update: The patch half worked, but the views associated with this plugin need to be updated to fully work. That work appears below.
Dev tasks:
issue-358
, which has a PR here: https://github.com/wri/wriflagship/pull/1279config
folder for any view that hastable: views_arg_order_sort
. Within that view, find a 'null' argument, and replace it with the 'nid' argument (see examples in views where this is already done).config/install
folders.wri_common
module.The text was updated successfully, but these errors were encountered: