Account created on 3 December 2013, about 11 years ago
#

Merge Requests

Recent comments

πŸ‡©πŸ‡ͺGermany rauch

I can confirm this behavior. On my site there is no taxonomy name form field available.

πŸ‡©πŸ‡ͺGermany rauch

Same on my site.

Browser Console:
"
Ein AJAX-HTTP-Fehler ist aufgetreten.
HTTP-RΓΌckgabe-Code: 200
Debugging information follows.
Statustext: parsererror
Antworttext:
Fatal error: Declaration of Drupal\facets\Plugin\better_exposed_filters\filter\Facets::isApplicable($filter = null, array $filter_options = []) must be compatible with Drupal\better_exposed_filters\Plugin\better_exposed_filters\filter\FilterWidgetBase::isApplicable(mixed $filter = null, array $filter_options = []): bool in /var/www/html/web/modules/contrib/facets/src/Plugin/better_exposed_filters/filter/Facets.php on line 74"

πŸ‡©πŸ‡ͺGermany rauch

The module cannot be used if you want to offer more filters on the search page apart from the text search. For example, filters by category or content type. These filters would then also be in the block in which you only want to have the text search.

πŸ‡©πŸ‡ͺGermany rauch

Patch #6 is working on my site. Thanks.

πŸ‡©πŸ‡ͺGermany rauch

With this patch, the font color of the active tab is ok at page load. But switching tabs by clicking e.g. from "Manage" to "Admin" then the foreground color is used again (on my site white) and the font is not visible.

πŸ‡©πŸ‡ͺGermany rauch

To solve this on my site, I customized the patch from here: https://www.drupal.org/project/calendar/issues/3255924#comment-15041499 πŸ› Multiple multiday events the second event is not showing on the next row. It is showing in the column after first event colspan ends. Needs work
Lines: 731, 740

And created an issue fork here.

πŸ‡©πŸ‡ͺGermany rauch

It seems that the problem is partly caused by this patch: https://www.drupal.org/project/calendar/issues/3255924#comment-15041499 πŸ› Multiple multiday events the second event is not showing on the next row. It is showing in the column after first event colspan ends. Needs work

πŸ‡©πŸ‡ͺGermany rauch

Hi,
is this the reason why the sorting is not saved when sorting blocks? On my website, the blocks always remain in the order in which they were added.

Drupal 10.2.4
Homebox 3.0.0-alpha8

πŸ‡©πŸ‡ͺGermany rauch

Yes I tried the patch and it didn't help.

πŸ‡©πŸ‡ͺGermany rauch

It seems like the reason for this is that when you are logged in access_unpublished_entity_access() is called before setTokenFromRequest(). So $tokenGetter->getToken() returns null in access_unpublished_entity_access().

πŸ‡©πŸ‡ͺGermany rauch

Hi,
this is still an issue, right? The views pager is not working on my site when AJAX is enabled. Tested with Drupal 10.2.0, 10.2.1, 10.2.2 and 10.2.3.

πŸ‡©πŸ‡ͺGermany rauch

Here is a patch for current module version 2.x

πŸ‡©πŸ‡ͺGermany rauch

I added a check if the option
$pager->options["views_infinite_scroll"]["initially_load_all_pages"]
is set and adjusted the variables accordingly.

Production build 0.71.5 2024