Account created on 23 February 2022, almost 3 years ago
#

Recent comments

🇮🇳India Rohit Rana

Patch applied successfully and it resolved the issue, as we can see in the screenshots, so I am moving this patch to RTBC.

🇮🇳India Rohit Rana

MR request is not working as expected, so I created a new patch. please review it.

🇮🇳India Rohit Rana

Hi @shivamsen_12579 After applying the patch, I got this error. 

Uncaught PHP Exception Drupal\\Core\\Asset\\Exception\\InvalidLibraryFileException: "Invalid library definition in themes/contrib/yg_restaurant/yg_restaurant.libraries.yml: Duplicate key "js/bootstrap-datetimepicker.min.js" detected at line 25 (near "js/bootstrap-datetimepicker.min.js: {}").

so I corrected the patch.

🇮🇳India Rohit Rana

Hi @govind_giri_goswami i applied the patch of your merge request but it is not work as expected, as you can see in screenshots

🇮🇳India Rohit Rana

Hi @shivamsen_12579 The merge request is working fine, as we can see in the screenshots, so moving this issue to RTBC.

🇮🇳India Rohit Rana

Hi @govind_giri_goswami i applied the patch of your merge request but it is not work as expected as you can see in below screenshot

🇮🇳India Rohit Rana

Patch applied successfully, and it resolved the issue, as you can see in the screenshots. So I am moving this to RTBC.

🇮🇳India Rohit Rana

Hi Riddhi, I think there is some issue in the patch applying process or a cache issue on your end because, for me, the merge request is working fine, as you can see in the screenshots. So moving this to RTBC.

🇮🇳India Rohit Rana

issue-resolved-3457549-5.patch apply successfully, and the issue is also resolved, as can be seen on the below screenshots.

🇮🇳India Rohit Rana

Hi, Eram patch is not applying. As you can see in the screenshot.

🇮🇳India Rohit Rana

Apply the patch inside the dark_awesome folder.

🇮🇳India Rohit Rana

This implementation is also required in the latest development version of a module, so I am changing the version so this can be implemented in the latest version.

🇮🇳India Rohit Rana

The issue you're facing is related to the hook_update_N() .it only changes the schema for future operations and does not automatically handle existing data that exceeds the new schema constraints.

You can try the following steps: 
1. Back up your data.

2. Identify the fields that have data exceeding the length constraint and truncate those values so that they comply with the updated schema.

3.Once the data is truncated, you can proceed with updating the schema using your hook_update_N() function. 

4. Restore the data

🇮🇳India Rohit Rana

Hi, @Kanchan Bhogade, but the version is different.

🇮🇳India Rohit Rana

Hi Duckydan, The error message indicates that the service "entity_route_context.entity_route_context" is being requested but does not exist. This can happen if the module that provides this service is not enabled or if there is an issue with the module's configuration.

Ensure that the module providing the "entity_route_context.entity_route_context" service is enabled. You can do this by going to the Extend page (/admin/modules) and verifying that the module is enabled.

Clear Cache: Sometimes, Drupal's cache can cause issues with missing services. Try clearing Drupal's cache.

Check Dependencies: If the module depends on other modules, make sure that all dependencies are met and that the required modules are enabled.

Review Configuration: Review the module's configuration to see if there are any settings related to the "entity_route_context.entity_route_context" service. Make sure that the configuration is set up correctly.

🇮🇳India Rohit Rana

Hi Akshay Kashyap, Can you please share the screenshot after applying patch #2 because I am having issues after applying that patch? That's why I created patch #4. I added a screenshot below showing that after applying patch #2, the last logo is broken, if you are facing the same issue, then please apply patch #4 and check.

🇮🇳India Rohit Rana

Please review Comment 4. The below screenshot is the output of that patch.

🇮🇳India Rohit Rana

Hi Podarok, if the issue is resolved please close the issue.

🇮🇳India Rohit Rana

Hi @apadernoapaderno ,
This issue is different from https://www.drupal.org/project/himalaya/issues/3361378 📌 Fix the issues reported by phpcs Needs work . You can check the file name.

🇮🇳India Rohit Rana

Hi @bunty oberoi ,
Please Review comment #6.

🇮🇳India Rohit Rana

Hi,
Please replace this code
tr:hover,
tr:focus {
color: #232429;
background: #f5f8ff;
}
with this
tr:hover,
tr:focus {
color: #232429;
background: #adc9f7;
}
in /core/themes/claro/css/components/tables.css It works for me here I attached a screenshot.

🇮🇳India Rohit Rana

try this
{{ node.getParentNode().field_gold.value }}

Production build 0.71.5 2024