The Load more button is not working when we set Translation language = Interface text language selected for page in view Filter criteria and ajax is enabled.
Version: views_infinite_scroll: 2.0.3
Drupal Version: 10.4.3
🐛 | Quick Node Clone | The website encountered an error when a non-administrator user cloned content.
Earlier, I was using Group 8.x-1.6. After updating to 2.3.1, I am encountering the following error:
"Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'plugin_id' in 'where clause': SELECT "d"."id" AS "id" FROM "group_content_field_data" "d" WHERE ("entity_id" = :db_condition_placeholder_0) AND ("plugin_id" IN (:db_condition_placeholder_1)); Array ( [:db_condition_placeholder_0] => 2456 [:db_condition_placeholder_1] => group_node:workshop ) in Drupal\group\Entity\Storage\GroupRelationshipStorage->loadByEntity() (line 244 of modules/contrib/group/src/Entity/Storage/GroupRelationshipStorage.php)."
🐛 | Quick Node Clone | The website encountered an error when a non-administrator user cloned content.
kishor kumar v → created an issue.
(function($, Drupal, drupalSettings) {
'use strict';
$('.form-submit[id^=edit-reset]').on('click keypress', function(e) {
e.preventDefault();
location.href = location.origin + location.pathname;
});
}(jQuery, Drupal, drupalSettings));
This script successfully reloads the page and clears the form as intended; however, an AJAX request is triggered just before the page reloads.