aadeshvermaster@gmail.com → created an issue.
aadeshvermaster@gmail.com → created an issue.
aadeshvermaster@gmail.com → created an issue.
aadeshvermaster@gmail.com → created an issue.
aadeshvermaster@gmail.com → created an issue.
aadeshvermaster@gmail.com → created an issue.
aadeshvermaster@gmail.com → created an issue.
aadeshvermaster@gmail.com → created an issue.
aadeshvermaster@gmail.com → created an issue.
We fixed this issue so closing this ticket.
aadeshvermaster@gmail.com → changed the visibility of the branch 3419172-issue-of-deprecated to hidden.
We added the fixes in our module. Please download & check.
Patch #4 works for me. I am using ultimate_cron version 2.0.0-alpha6
Patch #5 is working for me. I am using jCarousel version - 6.0.0-alpha1
I got this error after upgrading from Drupal 9 to 10. After applying Patch https://www.drupal.org/project/rabbit_hole/issues/3375025#comment-15152836 🐛 TypeError: array_map(): Argument #2 ($array) must be of type array, null given in array_map() Closed: cannot reproduce its resolved this error
Hi Team,
I applied patch #6 in my project & its working fine for me. I am using SHS module version - 2.0.0-rc4
SHS module maintenance team need to merge this patch in module.
Thanks
aadeshvermaster@gmail.com → created an issue.
Hi team,
Patch #16 is working for me for SMTP Version 8.x-1.2.
Thanks
Hi Team,
I tried patch #23 with 8.x-1.0-alpha5, and its working fine for me.
Thanks
hi @devsoni,
I applied your patch #20 in our project where drupal version is 9.5.10 and its working fine too.
Thanks
Use Config Split module ( https://www.drupal.org/project/config_split → ) to separate the shield configs for each environment & setup in your environment, after DB import, to run Drush CIM, UPDB command to update.
aadeshvermaster@gmail.com → created an issue.
Hi,
I created 1 patch for it.
aadeshvermaster@gmail.com → created an issue.
By using following code we can set the default value easily. See in shs/src/Plugins/views/filter/ShsTaxonomyIndexTid.php
/** @var Drupal\shs\WidgetDefaultsInterface $widget_defaults */
$widget_defaults = \Drupal::service('shs.widget_defaults');
$parents = $widget_defaults->getParentDefaults($default_value, $settings_additional, 'taxonomy_term');
and then save it in
// @todo Allow individual settings per filter.
$settings_shs = [
'settings' => $settings_additional,
'bundle' => $bundle,
'baseUrl' => 'shs-term-data',
'cardinality' => $this->options['expose']['multiple'] ? -1 : 1,
'parents' => $parents,
'defaultValue' => $default_value,
];
Hi Team,
I have checked patch #24 with Drupal 8.5.8 & PHP 7.2. Its working for me.
Thanks