🇮🇳India @flutterstack

Account created on 10 January 2015, about 10 years ago
#

Recent comments

🇮🇳India flutterstack

I have installed a new Drupal 11.1.0 site and then did the following:

Before Applying Patch:-

* drush site:install -y
* composer require drupal/paragraphs
* drush en -y paragraphs language content_translation
* /admin/config/regional/language/add
* Language name: French
* Click "Add language"
* /admin/structure/types/manage/page
* In Language Settings, select "Enable translation"
* Save
* /admin/structure/paragraphs_type/add
* Label: test paragraph
* Save and manage fields
* Create a new field
* Select "Plain text" and continue
* Label: "Field inside paragraph"
* Selct "Text (plain)"
* Continue
* Save settings
* /admin/structure/paragraphs_type/test_paragraph/form-display
* Put "Published" in the visible section and save
* /admin/structure/types/manage/page/fields/add-field
* Select "Paragraphs" and continue
* Label: Paragraph
* Check "Test paragraph"
* Save
* /admin/config/regional/content-language
* Check "Paragraphs"
* Unfold the Paragraphs section
* Check the "test paragraph" and its sub-fields, "Published" and "Authored on"
* Save configuration
* /node/add/page
* Title: "page in English"
* In "Field inside paragraph" write "English Hello world"
* save
* /fr/node/1/translations/add/en/fr
* Title: "Page in French"
* In "Field inside paragraph" write "French Hello world"
* save
* In the paragraph, check Published (It is enabled by default)
* Save (this translation)
* visit /fr/node/1 in an incognito window
* confirm you see "French Hello world"
* now edit french content /fr/node/1/edit
* In "Field inside paragraph" uncheck Published
* Save (this translation)
* visit /fr/node/1 in an incognito window
* confirm you see "English Hello world"

Because of language fallback we are seeing "English Hello world"

Apply the patch :-
* curl -O https://www.drupal.org/files/issues/2022-11-10/3186034_10_respect_empty_...
* patch -p1 < 3186034_10_respect_empty_translation_candidates.patch
* clear catch $ drush cr
* visit /fr/node/1 in an incognito window
even though the paragraph is unpublished in the French translation
* confirm I see "English Hello world"

I have tried in drupal 10 and drupal 11 and tried both the patches one after the other both are not preventing language fallback .

🇮🇳India flutterstack

@alberto56, thank you for the review and recommendation.

Patch #4 is hidden. In the future, I will attach the comment number to the patch name.

For Patch #4, I clicked on the 'Add test/retest' link. It has set up an environment with PHP 7.3 & MySQL 5.6 for 8.x-2.x, and D9.5.

However, we encountered a fatal error while running the run-tests.sh script. You can view the details here: https://www.drupal.org/pift-ci-job/2896551 . The error is a warning in Drupal 10.6.

My local setup includes PHP 8.2.18 and Drupal 10.6. Below are the commands to set up the testing environment:

Run these commands in your Drupal project's root folder to set up the environment:

$ composer require --dev drupal/core-dev
$ composer require --dev phpunit/phpunit

To execute the test cases, run the following command:

$ vendor/bin/phpunit -c web/core/phpunit.xml.dist web/modules/contrib/video_embed_field/tests/src/Unit/

Try this steps for after applying patch#5.

🇮🇳India flutterstack

Error: Undefined constant Drupal\re_mgr_visualization\Service\CoordinatesFieldService::ENTITY_LIST in Drupal\re_mgr_visualization\Service\CoordinatesFieldService->__construct() (line 67 of modules/contrib/re_mgr/modules/visualization/src/Service/CoordinatesFieldService.php).

Production build 0.71.5 2024