shubham_kumar → created an issue.
shubham_kumar → created an issue.
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!!
shubham_kumar → created an issue.
Hello @seasernet
I have made the changes to fix the issue that I have raised and created Mr request please review.
shubham_kumar → created an issue.
shubham_kumar → created an issue.
shubham_kumar → made their first commit to this issue’s fork.
shubham_kumar → created an issue.
shubham_kumar → created an issue.
shubham_kumar → made their first commit to this issue’s fork.
shubham_kumar → created an issue.
shubham_kumar → created an issue.
shubham_kumar → created an issue.
Hello @bramdriesen
I have created this patch to resolve the above issue, please review
Thank You!!
Hello @aylis
I have created this patch to resolve the above issue, please review
Thank You!!
shubham_kumar → created an issue.
shubham_kumar → created an issue.
shubham_kumar → created an issue.
shubham_kumar → created an issue.
Thank you for your response. I reviewed your patch, and now it’s working for me. :)
shubham_kumar → created an issue.
shubham_kumar → created an issue.
shubham_kumar → created an issue.
shubham_kumar → made their first commit to this issue’s fork.
Hi @vsujeetkumar
To resolve the above issue, I have created this patch please review it once
shubham_kumar → created an issue.
Shubham_Kumar → created an issue.
Shubham_Kumar → created an issue.
Great @anoopsingh92 it looks good
Shubham_Kumar → created an issue.
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"
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)
@sourabhsisodia_ Please have a look on the attached screencast
Shubham_Kumar → created an issue.
Shubham_Kumar → made their first commit to this issue’s fork.
Screenshot For Your backed web-form Configuration
Screenshot For your Back-end form configuration
Screenshot For Your back-end configuration
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
I've developed a patch to hide the flag linked to the phone number field. With this patch, no additional configurations are required.
Shubham_Kumar → made their first commit to this issue’s fork.
Shubham_Kumar → made their first commit to this issue’s fork.