They recently updated to version 2.0.2 and the patch stopped working, so I adjusted it a bit, to have it for that version of the module
This patch fixes the issue where a string is passed to the abs() function in TaxonomyEntityIndexDepth.
What this patch does:
This ensures that abs() receives a valid numeric value, preventing the error:
In docroot\modules\contrib\taxonomy_entity_index\src\Plugin\views\filter\TaxonomyEntityIndexTidDepth.php L125
thony1199 → created an issue.
I've reworked the module a bit more, instead of selecting the roles in which I want it to be displayed, we now select the modules in which I don't want the menu item to be displayed.
This is due to an internal objective.
My previous patch didn't work properly for me, so I've fixed it again.
My previous patch didn't work properly for me, so I've fixed it again.
Adjustments based on personal requirements.
I removed this:
if ($this->account->hasPermission('link to any page')) {
return $access_result->cachePerPermissions();
}
This solves my problem.
thony1199 → created an issue.
The patch in this ticket was broken in Drupal 10 due to accessCheck, so I have added it to the proposed solution in this module.
The reported error is actually the result of a feature added by a patch here: https://www.drupal.org/project/commerce_recurring/issues/2985427 →
So I will close this ticket.
thony1199 → created an issue.
I have added a version of this module, which allows me to open the csv in another tab.
thony1199 → created an issue.
The following change removes the polyfill.io library from the webform.libraries.yml file. This library was being included for older browser support, specifically Internet Explorer 11 and earlier. The removal of this polyfill is necessary to address a security concern where it appears as an auto source in the Content Security Policy (CSP) module, potentially exposing the application to security risks.
thony1199 → created an issue.
I have added some changes to make the name of the taxonomies more flexible, according to the requirement needed
thony1199 → created an issue.
I have only added a small validation, that if the original entity comes in false, that it uses the server entity, I did some tests and it seems to correct the problem in the Taxonomy Manager module and it continues to work normally in other modules
thony1199 → created an issue. See original summary → .