Account created on 30 October 2023, over 1 year ago
#

Merge Requests

More

Recent comments

🇮🇳India Shubham_Kumar

Hello @phenaproxima, Pardon

Alongside, I have used the content_reporting module and After debugging I came to know the issue was coming from the content_reporting module.

This error has nothing to do with the project_browser module.

Thank You!!

🇮🇳India Shubham_Kumar

Hello @seasernet

I have made the changes to fix the issue that I have raised and created Mr request please review.

🇮🇳India Shubham_Kumar

shubham_kumar made their first commit to this issue’s fork.

🇮🇳India Shubham_Kumar

Hello @bramdriesen

I have created this patch to resolve the above issue, please review

Thank You!!

🇮🇳India Shubham_Kumar

Hello @aylis
I have created this patch to resolve the above issue, please review

Thank You!!

🇮🇳India Shubham_Kumar

Thank you for your response. I reviewed your patch, and now it’s working for me. :)

🇮🇳India Shubham_Kumar

shubham_kumar made their first commit to this issue’s fork.

🇮🇳India Shubham_Kumar

Hi @vsujeetkumar
To resolve the above issue, I have created this patch please review it once

🇮🇳India Shubham_Kumar

Great @anoopsingh92 it looks good

🇮🇳India Shubham_Kumar

Unknown "drupal_menu" function. in Twig\ExpressionParser->getFunctionNodeClass()

"If you're encountering the issue mentioned, you can resolve it by using the twig_twik module. To do this, add a line of configuration to your theme's .info.yml file." and try to re-install this theme

dependencies:
- drupal:twig_tweak

After Resolve this issue I am getting this issue "Template "@components/header/header.twig" is not defined in "themes/contrib/drupalorg_theme/templates/layout/region--header.html.twig"

🇮🇳India Shubham_Kumar

The issue is only in the release version. The problem is with the JavaScript code—boolean values should be in lowercase.

For Example:-
First It was
$('.js-term-fields').prop('checked', TRUE);
$('.js-term-fields').prop('checked', FALSE)

It Should Be
$('.js-node-fields').prop('checked', true);
$('.js-term-fields').prop('checked', false)

🇮🇳India Shubham_Kumar

I've noticed an additional requirement. According to your specifications, a configuration field is needed to control the visibility of the flag icon. Accordingly, I've created a patch that allows for the convenient hiding or displaying of the flag icon. To hide the flag icon, you can enable the "Disable Flag field" option in the phone element. From Your form build Settings

🇮🇳India Shubham_Kumar

I've developed a patch to hide the flag linked to the phone number field. With this patch, no additional configurations are required.

Production build 0.71.5 2024