🇮🇳India @priti197

Mumbai - India
Account created on 9 January 2013, about 12 years ago
#

Recent comments

🇮🇳India priti197 Mumbai - India

Created MR !14 to fix the issue.

🇮🇳India priti197 Mumbai - India

priti197 made their first commit to this issue’s fork.

🇮🇳India priti197 Mumbai - India

priti197 made their first commit to this issue’s fork.

🇮🇳India priti197 Mumbai - India

priti197 made their first commit to this issue’s fork.

🇮🇳India priti197 Mumbai - India

Constructors should take EventDispatcherInterface so that either the Symfony EventDispatcher or Drupal 10.3's ContainerAwareEventDispatcher can be passed in.
Created MR !27 to fix the issue.

🇮🇳India priti197 Mumbai - India

priti197 made their first commit to this issue’s fork.

🇮🇳India priti197 Mumbai - India

Updated MR !2 to use constructor property promotion.

🇮🇳India priti197 Mumbai - India

Cannot reproduce this error in 8.x-2.1, there is no YoastSeoManager.php file present in 8.x-2.x

🇮🇳India priti197 Mumbai - India

Created MR !3 to fix the issue.

🇮🇳India priti197 Mumbai - India

priti197 made their first commit to this issue’s fork.

🇮🇳India priti197 Mumbai - India

Created MR !12 to fix the issue.

🇮🇳India priti197 Mumbai - India

priti197 made their first commit to this issue’s fork.

🇮🇳India priti197 Mumbai - India

priti197 made their first commit to this issue’s fork.

🇮🇳India priti197 Mumbai - India

@ericvl, there is no need of typecasting at line 69 & 70 as per patch #4. Variables $c1, $c2 are simply defined for iteration of the for() loop.
@mondrake, MR !64 is created to fix the addressed issue.
Thank you.

🇮🇳India priti197 Mumbai - India

priti197 made their first commit to this issue’s fork.

🇮🇳India priti197 Mumbai - India

Can confirm the error in Drupal 10.3.9, Scheduler 2.1.0 version
MR created to fix the error MR !218

🇮🇳India priti197 Mumbai - India

Could not reproduce this error.
ConditionalFieldsElementAlterHelper does require 2 arguments, see ConditionalFieldsElementAlterHelper.php line 38
These 2 arguments are defined and provided in conditional_fields.services.yml line 24
So if only 0 are being passed it implies that the updated conditional_fields.services.yml file is not being respected. Clearing cache (drush cache-rebuild) should resolve the issue.

🇮🇳India priti197 Mumbai - India

priti197 made their first commit to this issue’s fork.

🇮🇳India priti197 Mumbai - India

This issue is due to improper declaration of function validatedBy() in Drupal\Core\Validation\Plugin\Validation\Constraint\UniqueFieldConstraint.
You may have to open an issue for Drupal core. Hope this helps. Thanks.

🇮🇳India priti197 Mumbai - India

Looks like this was taken care in https://www.drupal.org/project/svg_icon/issues/3462212 📌 Get the gitlab pipelines passing all the linting things Fixed
MR link: https://git.drupalcode.org/project/svg_icon/-/merge_requests/7/diffs#adf...
Same changes needs to to applied in 2.0.0-beta1

🇮🇳India priti197 Mumbai - India

Could not reproduce this error.
DownloadManager does require 6 arguments, see AccessStorage.php line 34
These 6 arguments are defined and provided in stage_file_proxy.services.yml
So if only 5 are being passed it implies that the updated stage_file_proxy.services.yml file is not being respected. Clearing cache (drush cache-rebuild) should resolve the issue.

🇮🇳India priti197 Mumbai - India

priti197 made their first commit to this issue’s fork.

🇮🇳India priti197 Mumbai - India

priti197 made their first commit to this issue’s fork.

🇮🇳India priti197 Mumbai - India

priti197 made their first commit to this issue’s fork.

🇮🇳India priti197 Mumbai - India

The error is from field_formatter_class module. Refer below issue thread:
https://www.drupal.org/project/field_formatter_class/issues/3473891 🐛 Call to undefined method Drupal\views\Form\ViewsForm::getEntity() Active

🇮🇳India priti197 Mumbai - India

priti197 made their first commit to this issue’s fork.

🇮🇳India priti197 Mumbai - India

Could not replicate this error.

AccessStorage does require 8 arguments, see AccessStorage.php line 34
These 8 arguments are defined and provided in permissions_by_term.services.yml
So if only 7 are being passed it implies that the updated permissions_by_term.services.yml file is not being respected. Clearing cache (drush cache-rebuild) should overcome this issue.

🇮🇳India priti197 Mumbai - India

priti197 changed the visibility of the branch 3487225-remove-deprecated-methods to hidden.

🇮🇳India priti197 Mumbai - India

priti197 made their first commit to this issue’s fork.

🇮🇳India priti197 Mumbai - India

Created a patch to fix dynamic property creation error for $stringTranslation

🇮🇳India priti197 Mumbai - India

Created patch to fix the deprecation errors.

🇮🇳India priti197 Mumbai - India

@farhanmae, patch is attached, let me know if it works for you. Thanks.

🇮🇳India priti197 Mumbai - India

priti197 changed the visibility of the branch 3491165-parameter-requeststack-of to active.

🇮🇳India priti197 Mumbai - India

priti197 changed the visibility of the branch 3491165-parameter-requeststack-of to hidden.

🇮🇳India priti197 Mumbai - India

Could not replicate this behaviour. Might be a caching issue or needs to clear caches.

🇮🇳India priti197 Mumbai - India

Unable to replicate the issue, screenshots attached.

🇮🇳India priti197 Mumbai - India

Patch is created to fix the issue.

🇮🇳India priti197 Mumbai - India

@zebda, I don't see array key "location" at line 669 of modules/contrib/views_json_source/src/Plugin/views/query/ViewsJsonQuery.php
Screenshot attached.

🇮🇳India priti197 Mumbai - India

Created a patch to fix this issue.

🇮🇳India priti197 Mumbai - India

Solution:
Replace line 205 of /src/Plugin/views/row/XmlFeedViewsFields.php
From
$fieldLine = str_replace($fieldArray[0][$i], $data, $fieldLine);

To
$fieldLine = str_replace($fieldArray[0][$i], $data ?? '', $fieldLine);

Production build 0.71.5 2024