🇨🇷Costa Rica @thony1199

Account created on 27 October 2022, about 2 years ago
#

Recent comments

🇨🇷Costa Rica thony1199

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

🇨🇷Costa Rica thony1199

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

🇨🇷Costa Rica thony1199

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.

🇨🇷Costa Rica thony1199

My previous patch didn't work properly for me, so I've fixed it again.

🇨🇷Costa Rica thony1199

My previous patch didn't work properly for me, so I've fixed it again.

🇨🇷Costa Rica thony1199

I removed this:

 if ($this->account->hasPermission('link to any page')) { 
   return $access_result->cachePerPermissions();
 } 

This solves my problem.

🇨🇷Costa Rica thony1199

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.

🇨🇷Costa Rica thony1199

I have added a version of this module, which allows me to open the csv in another tab.

🇨🇷Costa Rica thony1199

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.

🇨🇷Costa Rica thony1199

I have added some changes to make the name of the taxonomies more flexible, according to the requirement needed

🇨🇷Costa Rica thony1199

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

Production build 0.71.5 2024