Account created on 27 August 2021, over 3 years ago
#

Merge Requests

More

Recent comments

šŸ‡®šŸ‡³India ayush.pandey

Able to reproduce on D10, and the MR !7 removes the error without impacting the tracking of configuration.

šŸ‡®šŸ‡³India ayush.pandey

Just to update here, the adding once, and using 'html' as a target selector, there console doesn't show that error any longer on change of exposed filters. Tried on D10. Can be moved to RTBC.

šŸ‡®šŸ‡³India ayush.pandey

Code seems to be fine and working for D9, as well as D10.3.x , as the version_compare provides support to lower versions of the Drupal. Can be moved to RTBC.

šŸ‡®šŸ‡³India ayush.pandey

@sarwan_verma → , Can you please elaborate, how you reproduced this issue specifically, and if possible, any screenshots. For Drupal 10.3, the issue is not reproducible, with or without any content in the database. Installing the module works swiftly.

šŸ‡®šŸ‡³India ayush.pandey

Didn't see that duplication, but incase, for fixing this issue, here's the MR . This fixes the issue (though MR has failed its rights).

šŸ‡®šŸ‡³India ayush.pandey

The issue is reproducible, when tried adding some facets search block settings to display the label of a list items, and is fixed by the MR linked in the above tagged issue in #2. Calling getBaseFieldDefinitions($entity) instead of getFieldDefinitions works fine. Can be moved to review.

šŸ‡®šŸ‡³India ayush.pandey

Patch on comment #5 works fine on Drupal 10 development version with module version 1.0.x-dev.

šŸ‡®šŸ‡³India ayush.pandey

Can you please provide a more defined way to reproduce this issue, as i tried this on D10, and it works fine.

šŸ‡®šŸ‡³India ayush.pandey

Fixed the same by using the expected ?string instead of removing the condition in the MR

šŸ‡®šŸ‡³India ayush.pandey

Here's the MR to convert it to kernel test cases. Please reivew and check, and please post here if something needs to be altered.

šŸ‡®šŸ‡³India ayush.pandey

ayush.pandey → made their first commit to this issue’s fork.

šŸ‡®šŸ‡³India ayush.pandey

Tried converting the basics to kernetTEST cases into the MR . Please review and mention the further changes to convert this fluidly.

šŸ‡®šŸ‡³India ayush.pandey

ayush.pandey → made their first commit to this issue’s fork.

šŸ‡®šŸ‡³India ayush.pandey

Tried the module version 3.3.x-dev on drupal 10.3.x-dev, and the issue is not reproducible. The group module, along with the dependent module gets enabled successfully with no issues. Please retry and check if this is fixed.

šŸ‡®šŸ‡³India ayush.pandey

Tried the approach as mentioned above, and it's very clear that #access = FALSE will heavily impact the other module such as Commerce Wishlist → . I pulled out your MR!4 changes and seems like a nice approach to disable the cart for that specific module functionality. Hence reviewed.

šŸ‡®šŸ‡³India ayush.pandey

The issue is reproducible with the module version 1.2.3 and the patch fixes the issue, and the group by field reference widget form display now can be used for entity reference field, which, was earlier got stuck in ajax loop.

šŸ‡®šŸ‡³India ayush.pandey

Tried reproducing the issue on D10, but seems like everything works fine. Please provide more concise way to reproduce the issue. It seemed like a drupal's logger factory issue, but the services are well defined . Also, please mention your drupal's version and module's.

šŸ‡®šŸ‡³India ayush.pandey

The issue is reproducible when visiting the website with country with no postal code (tested with Benin). And the patch fixes the issue. Just the impact on the analytics might need to be refactored, if the results on the analytics has dependency on the postal codes. @bluegeek9, you can move this to RTBC, if need no other work.

šŸ‡®šŸ‡³India ayush.pandey

Able to reproduct the issue Error: Call to undefined function c2pa_sign_check_certificate_expiration() in c2pa_sign_requirements() (line 58 of modules\contrib\c2pa_sign\c2pa_sign.install), and after applying the c2pa key pair, the module works fine.

šŸ‡®šŸ‡³India ayush.pandey

Hi @empesan → , The issue is reproducible on D10 with module version 8.x-1.6. The patch provided at #2 šŸ› Deprecated function: Creation of dynamic property Active fixes the issue and the similar terms work fine for both view as block & page. Attached before patch and after-patch screenshots for reference. The issue can be moved to fixed.

šŸ‡®šŸ‡³India ayush.pandey

Hi @peachez, The issue is specific to PHP 8.2 and does not occur in earlier versions of PHP because utf8_encode() was supported in PHP versions prior to 8.2.0. The issue is reproducible and the patch in #2 fixes the issue.

šŸ‡®šŸ‡³India ayush.pandey

Hi, The issue is reproducible, and here is the patch for the same.

šŸ‡®šŸ‡³India ayush.pandey

The issue is reproducible with module version 2.x-dev, and the patch at #3 fixes the issue and the package is being created successfully.

šŸ‡®šŸ‡³India ayush.pandey

Hi @ravikant, Able to reproduce the issue with Drupal 10 and module version 8.x-3.1, but the issue is resolved by installing the respective version of the amp and amptheme, for ex - 8.x-3.1 of amp theme should work with amp 8.x-3.1.

šŸ‡®šŸ‡³India ayush.pandey

Hi @Gekkie, This issue is invalid now, as for Drupal 9.4 and later versions, we will be using Mailchimp Transactional Module → instead of Mandrill.

šŸ‡®šŸ‡³India ayush.pandey

Hi @jasonluttrell, The error message "Deprecated function: implode(): Passing glue string after array is deprecated", is coming from the Google API PHP client library itself. To fix this issue, you just need to modify the Google API client library to use the correct order of parameters in the implode() function call.
Note - A patch might won't work as the library might vary according to your local system.
Example - implode($separator, $array);
Change it to. - implode($array, $separator);

šŸ‡®šŸ‡³India ayush.pandey

Tried the module of version 3.0.0-beta4 with Drupal 9.4 and the issue is not reproducible from the provided steps. The path '/admin/group/types/add' is working as expected. Please share if there are any other steps to reproduce the same.

šŸ‡®šŸ‡³India ayush.pandey

Tested the module with version 1.0.x-dev in D9 and the messages seems to show proper popus on Claro theme enabled. Please suggest if you used any other ways to reproduce the issue here. Uploading screenshot with claro theme enabled and message popup.

šŸ‡®šŸ‡³India ayush.pandey

The issue is not relevant as we need to delete data related to the module before unistalling as explained the #2. The issue can now be closed.

šŸ‡®šŸ‡³India ayush.pandey

tried the module with version 8.x-1.x-dev on D10 with PHP 8.2 and the issue is not reproducible. Installed the module and added a metatag field to article content type and it works fine.

šŸ‡®šŸ‡³India ayush.pandey

You can use this patch to hide the "Manage Display" tab for module version 1.0.x-dev.

šŸ‡®šŸ‡³India ayush.pandey

Tested the module with version 2.2.1, and the patch works fine and the function unique_field_ajax_field_widget_single_element_form_alter works fine.

šŸ‡®šŸ‡³India ayush.pandey

Tried to reproduce the issue with module version 2.0.3 with D9 instance, and the issue is not reproducible. The AT tool is working fine and i can access the Settings page of the newly generated theme with no issues. Please specify if any other steps are used to reproduce the issue or if it's a theme specific issue.

šŸ‡®šŸ‡³India ayush.pandey

Tried the module with version 7.x-3.2 and the issue is reproducible. The patch fixes the issue.

šŸ‡®šŸ‡³India ayush.pandey

Tried the module with version 2.0.0 on Drupal9, and the issue is reproducible. The "summary help text" is working now with the fix in the patch.

šŸ‡®šŸ‡³India ayush.pandey

Tested the module with version 3.0.0 on D9, and the issue seems to be not reproducible after trying multiple ways. The $node->delete() under function delete_all_content_batch_delete() seems to validate itself already for null check on (!empty($nodes_to_delete)) . Please provide steps to reproduce this (if reproducible) with drush commands.

šŸ‡®šŸ‡³India ayush.pandey

Tried module with version 1.3.1, and the issue is not reproducible by accessing the pages admin/reports/updates or /node/add/article . Please add some more steps that was used to reproduce the issue.

šŸ‡®šŸ‡³India ayush.pandey

There are lot of other issues occuring in the module that is very similar to the issue above. All issues are occuring due to mishandling of the array functions like array_merge and array_diff(). While exploring the module, I found one more issue, and the screenshot of it is attached below. The patch attached fixes the known issue in D9 with the module version 3.0.0

šŸ‡®šŸ‡³India ayush.pandey

Tried reproducing the module with version 8.x-1.x-dev, and the issue is not reproducible in D9. Please provide complete steps to reproduce the issue. Also, the patch will be invalid as the patch has wrong function names. i.e "public function jsoanApiSourceValidateRequired" . The correct will be public function jsonApiSourceValidateRequired

šŸ‡®šŸ‡³India ayush.pandey

The issue is reproducible with module version 2.0.x-dev, and the patch in comment #2 fixes the issue and everything works perfectly. Attached before and after patch screenshots.

šŸ‡®šŸ‡³India ayush.pandey

Hi, the issue seems to not reproducible. I tried the module version 2.0.0-alpha5 with drupal 10.1 and the node gets saved successfully with the media entity. Please check once, and add complete steps if its still reproducible .

šŸ‡®šŸ‡³India ayush.pandey

The issue is reproducible with module version 2.x-dev on Drupal 10.1. The patch fixes the issue.

šŸ‡®šŸ‡³India ayush.pandey

Tried the module with version 8.x-1.x-dev on Drupal 10.1, and the issue is not reproducible. Please add any specific steps through which the issue can be reproduced.

šŸ‡®šŸ‡³India ayush.pandey

The module_handler service is now available in the 1.x branch of the parent issue and can be used.

šŸ‡®šŸ‡³India ayush.pandey

Tried the module with version 10.1.x-dev on D10, and the issue is reproducile. The patch above in comment #3 works fine and resolves all the issues in console.
Before patch →
After patch →

šŸ‡®šŸ‡³India ayush.pandey

On Drupal 10.1.0 with module version
2.0.1-alpha6, the issue is reproducible. The changes in the Merge Request !8 work perfectly and the issue no longer exists after the changes applied.
Before Changes →
After changes →

šŸ‡®šŸ‡³India ayush.pandey

Installed the module with version 8.x-1.0-alpha6 on Drupal 10, and the issue is reproducible. The patch in #4 → works fine and resolves the issue.

šŸ‡®šŸ‡³India ayush.pandey

Reviewed the changes MR!1 , but the fix don't seem to work
Meanwhile, the below changes can be added to styles.css to show the title properly.
Previous :
a {
color: #fff ;
text-decoration: none !important;
}

Changes :
a {
color: #23527c;
text-decoration: none !important;
}

Please confirm if this is what expected.

šŸ‡®šŸ‡³India ayush.pandey

The issue is fixed as the changes are deployed on the module itself, and the issue is no longer reproducible.

šŸ‡®šŸ‡³India ayush.pandey

Tested with the changes in MR !1, and it fixes the spaceless issue.

šŸ‡®šŸ‡³India ayush.pandey

Please add steps to reproduce.

šŸ‡®šŸ‡³India ayush.pandey

Tested this with drush 12.1.2.0 , with site_audit module's version 4.0.0-rc1 and the issue was reproducible. The MR changes works fine and the module no longer shows any error.
Before →
After MR changes →

šŸ‡®šŸ‡³India ayush.pandey

The Like/Dislike widget with version 2.2.0 is now compatible with your custom entity when using a view to override its display. You should be able to add the Like/Dislike field to the view without any difficulties.

šŸ‡®šŸ‡³India ayush.pandey

Tested the module with version 2.x-dev on Drupal 10 with PHP 8.1 and the issue seems to not reproducible (enabled on all forms).

šŸ‡®šŸ‡³India ayush.pandey

I have updated the PHP version to 8.1 and the module Image Resize Filter to version: 8.x-1.1, and i am able to reproduce the issue.
The changes in the patch attached don't apply. The MR attached in #6 šŸ› is_file(): Passing null to parameter #1 ($filename) of type string is deprecated in modules/contrib/image_resize_filter/image_resize_filter.module Needs review changes seems to work fine.
Before →
After MR changes →

šŸ‡®šŸ‡³India ayush.pandey

For the module URL Alias Permissions with version: 8.x-1.4, and the issue seems to be resolved by the patch https://www.drupal.org/files/issues/2022-11-15/3313956-4.patch → .
Before patch →
After patch →

šŸ‡®šŸ‡³India ayush.pandey

I have explored the issue, but the issue seems not to be reproducible on the field_permission module version 8.x-1.x-dev and PHP version 8.1.
Please add proper steps to reproduce incase it is reproducible at your end. jrochate →

šŸ‡®šŸ‡³India ayush.pandey

Seems that it is not reproducible. I have swithed to the PHP version 8.1 and used SpamSpan module version 8.x-1.3.
Created a new content type with a field that uses SpamSpan filter on display. Adding content to it saves the node without any issues. Please verify if this happens with any other procedures you use for the issue occurring.

šŸ‡®šŸ‡³India ayush.pandey

Yes, I have simple_sitemap installed.

šŸ‡®šŸ‡³India ayush.pandey

I have checked the PR, but it does not resolve the issue completely. It throws an error Class "Drupal\simple_sitemap\Controller\SimplesitemapController" not found in include() (line 17 of modules/contrib/domain_simple_sitemap/src/Controller/DomainSimpleSitemapController.php).
Also, the change added in PR, public static function create(ContainerInterface $container): DomainSitemapController , will resolve the issue for create function, but will throw error for getSitemap child function.

šŸ‡®šŸ‡³India ayush.pandey

Please add steps to reproduce so i can verify the fix as per the expectations.

Production build 0.71.5 2024