🇮🇳India @rahulkhandelwal1990

Gurgugram
Account created on 18 April 2019, almost 6 years ago
#

Recent comments

🇮🇳India rahulkhandelwal1990 Gurgugram

function my_module_office_hours_current_time_alter(int &$time, $entity)
{
$date_time = new \DateTime();
$date_time->setTimestamp($time);
$date_time->setTimezone(new \DateTimeZone('Asia/Manila'));
$time = $date_time->getTimestamp();
// After this set timezone, i am expecting that store status will be display as per Manila timezone irrespective on user timezone.
}

Also when i use V1.26, (Add time slot, Clear, Copy last day) stop working for me. These link redirect to homepage.

🇮🇳India rahulkhandelwal1990 Gurgugram

Hi johnv, I tried hook_office_hours_current_time_alter but it is not working for me. In my case i want to set a timezone for stores only and i have set it but it pick always user timezone not the one that i am setting.

🇮🇳India rahulkhandelwal1990 Gurgugram

Hi itamair your live demo not working.
Could you please provide steps how to achieve this solution.

🇮🇳India rahulkhandelwal1990 Gurgugram

After applying patch drupal-exposed_forms_in_block_not_updated_ajax_filtering-3032353-49.patch i am getting duplicate exposed form on page as i am rendering filters as view block.

🇮🇳India rahulkhandelwal1990 Gurgugram

@jomsy, i have done upgrade to 10.4.1 but when i enable syslog module i am getting issue.

🇮🇳India rahulkhandelwal1990 Gurgugram

@dagmar, i am using "drupal/domain": "^2.0@beta" in my project. Not sure this is causing issue.

🇮🇳India rahulkhandelwal1990 Gurgugram

kevin.pfeifer when i trying patch #62 of https://www.drupal.org/project/drupal/issues/3103620 🐛 Dependency on config storage causes circular reference in service container Needs review i am getting issue in applying it.

🇮🇳India rahulkhandelwal1990 Gurgugram

I have done a drupal update from 10.1.8 to 10.4.1 and when i am enabling syslog i am getting below error
Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException: Circular reference detected for service "domain.route_provider", path: "options_request_listener -> domain.route_provider -> cache_tags.invalidator -> plugin.manager.block -> logger.channel.default -> logger.factory -> logger.syslog -> router -> router.no_access_checks". in Drupal\Component\DependencyInjection\Container->get() (line 149 of core/lib/Drupal/Component/DependencyInjection/Container.php).
When i tried patch #69 - https://www.drupal.org/project/drupal/issues/3103620#comment-15369587 🐛 Dependency on config storage causes circular reference in service container Needs review composer gives error patch not apply but error gone. Not sure what is happening. Do we have any patch to resolve the issue.

Production build 0.71.5 2024