Hi, thanks for pointing that out! Iโve rebased the MR again and resolved the conflicts. Could you please check if the issue still persists? Let me know if anything else needs to be adjusted.
prabha1997 โ made their first commit to this issueโs fork.
Thanks for the clarification. I may have misunderstood the original requirement โ I had implemented it as a separate action. Based on your input, Iโll work on updating the existing Entity: set field value action to include an additional 'Empty field' method instead.
I've added the Empty field value action plugin. It supports both single and multi-value fields, allows token usage for field names, and clears the field value correctly.
Let me know if any changes are needed. Thanks for reviewing!
I am working on this issue
Thanks @mxh for the detailed feedback!
Iโve updated the MR to reflect the suggested changes:
Renamed the option from "Skip language prefix" to "Use internal path".
Updated the description to make it more general, not just about language prefixes.
Please have a look and let me know if any further changes are needed.
Iโve re-added the skip_language_prefix option
and updated the logic to use the internal path only when this option is enabled. Existing configurations will continue to work with the original logic.
Please have a look and let me know if any further changes are needed.
I have updated the MR as per @mxh review comments
I am working on this issue
I have checked this issue โ it works as expected in the Claro theme. However, the issue only occurs when using the Gin theme.
@jurgenhaas with out storing token value it will work
here i have implemented same model please check this
whenever i try to visit node alias page we are able to see only
div & span
wrappers but not able to find
ol & li
tag that's why test case failed
prabha1997 โ made their first commit to this issueโs fork.
@kristiaanvandeneynde
Iโm new to writing test cases at the moment, Iโm exploring why the test is failing locally. Iโm working on understanding and resolving the issue. Apologies for any inconvenience caused.
prabha1997 โ made their first commit to this issueโs fork.
prabha1997 โ made their first commit to this issueโs fork.
I am trying to change the target branch but not able to do that.
I haven't encountered this issue i checked on drupal 11.x, uploaded screenshot for reference
prabha1997 โ made their first commit to this issueโs fork.
@phenaproxima need your suggestions
Here I have added simple sitemap for individual recipes
Basic page - drupal_cms_page
News item - drupal_cms_news
Case study - drupal_cms_case_study
Person profile - drupal_cms_person
Project - drupal_cms_project
I am not sure about Tags
& Main navigation (from Custom menu link)
on which recipe i have to add
@phenaproxima Here i have added simple sitemap in composer.json file
here also we have to update "drupal/drupal_cms_blog": "^1"
in project_template/composer.json
i am not sure which version i have to keep here
can you please suggest me in this
prabha1997 โ made their first commit to this issueโs fork.
I am working on this issue
prabha1997 โ made their first commit to this issueโs fork.
prabha1997 โ made their first commit to this issueโs fork.
prabha1997 โ created an issue.
prabha1997 โ made their first commit to this issueโs fork.
prabha1997 โ made their first commit to this issueโs fork.
I have uploaded the screenshot for reference
I have tested manually it is working fine.
prabha1997 โ made their first commit to this issueโs fork.
Thank you for your comments @xjm
Here i have created manual testing and added screenshots for reference
View Creation
Created Basic Page View (View 1).
Created Article View (View 2).
Header Configuration
Added a Global: View Area in the header section of the Basic Page View (View 1) to display the Article View (View 2).
Behavior of View 1 Depending on Results and Settings
View 1 without results:
"Display even if view has no result" checked:
View 2 results are visible on the View 1 page.
"Display even if view has no result" not checked:
View 2 results are not visible on the View 1 page.
View 1 with results:
"Display even if view has no result" checked:
View 1 & View 2 results are visible on the View 1 page.
"Display even if view has no result" not checked:
View 1 & View 2 results are still visible on the View 1 page.
Kristen Pol โ credited prabha1997 โ .
prabha1997 โ made their first commit to this issueโs fork.
prabha1997 โ made their first commit to this issueโs fork.
prabha1997 โ made their first commit to this issueโs fork.
prabha1997 โ made their first commit to this issueโs fork.
I am working on this documentation
prabha1997 โ made their first commit to this issueโs fork.
Updated MR please check
Working on code style check
Also uploading a re-rolled patch for 11.x
prabha1997 โ made their first commit to this issueโs fork.
prabha1997 โ made their first commit to this issueโs fork.
prabha1997 โ made their first commit to this issueโs fork.
I am working on this issue
The patch #63 works on 10.2.x.