Manchester
Account created on 19 February 2011, over 14 years ago
#

Recent comments

🇬🇧United Kingdom rakesh.gectcr Manchester

Hi @vishal.kadam, Sorry this is not spam, Because I know Priti, worked with Priti, So I will be able to confirm the user and I am not removing the spam tag.

Thanks

🇬🇧United Kingdom rakesh.gectcr Manchester

This is not working with 3.0.4

🇬🇧United Kingdom rakesh.gectcr Manchester

@basvredeling

following code from

  /**
   * Check if this paragraph is from the paragraphs library.
   *
   * This is only relevant if the paragraphs_library module is enabled.
   *
   * @param \Drupal\paragraphs\Entity\Paragraph $paragraph
   *   The paragraph block entity.
   *
   * @return bool
   *   True if paragraph is promoted to the paragraphs library.
   */
  public function isParagraphFromLibrary(Paragraph $paragraph
  ): bool {
    return $paragraph->bundle() === 'from_library';
  }

from 4.x branch is working fine.

🇬🇧United Kingdom rakesh.gectcr Manchester

Due to some reason, The error, I am getting the same error with 8.x-5.4

 [error]  TypeError: Drupal\webform_views\WebformSubmissionViewsData::__construct(): Argument #7 ($entity_type_bundle_info) must be of type Drupal\webform_views\EntityTypeBundleInfo, Drupal\Core\Entity\EntityTypeBundleInfo given, called in /var/www/html/web/modules/contrib/webform_views/src/WebformSubmissionViewsData.php on line 39 in Drupal\webform_views\WebformSubmissionViewsData->__construct() (line 74 of /var/www/html/web/modules/contrib/webform_views/src/WebformSubmissionViewsData.php) #0 /var/www/html/web/modules/contrib/webform_views/src/WebformSubmissionViewsData.php(39): Drupal\webform_views\WebformSubmissionViewsData->__construct(Object(Drupal\Core\Entity\ContentEntityType), Object(Drupal\webform\WebformSubmissionStorage), Object(Drupal\Core\Entity\EntityTypeManager), Object(Drupal\Core\Extension\ModuleHandler), Object(Drupal\Core\StringTranslation\TranslationManager), Object(Drupal\Core\Entity\EntityFieldManager), Object(Drupal\Core\Entity\EntityTypeBundleInfo), Object(Drupal\webform\Plugin\WebformElementManager), Object(Drupal\webform\WebformEntityStorage))
#1 /var/www/html/web/core/lib/Drupal/Core/Entity/EntityTypeManager.php(280): Drupal\webform_views\WebformSubmissionViewsData::createInstance(Object(Drupal\Core\DependencyInjection\Container), Object(Drupal\Core\Entity\ContentEntityType))

So I created the patch against the same and its working fine for Drupal 10

🇬🇧United Kingdom rakesh.gectcr Manchester

I frequently work with both Lando and DDEV, but when it comes to recommendations, DDEV stands out, especially for its ease of customization. This includes effortlessly integrating custom commands, toggling Xdebug, and incorporating add-ons such as Elasticsearch. Due to these features, DDEV is an exceptional tool, particularly beneficial for newcomers to Drupal development.

🇬🇧United Kingdom rakesh.gectcr Manchester

This patch is working https://www.drupal.org/project/jsonapi_menu_items/issues/3276561#comment... Add support for the Menu Item Extras module Needs review

🇬🇧United Kingdom rakesh.gectcr Manchester

Just added the patch use in the composer build

🇬🇧United Kingdom rakesh.gectcr Manchester

Added the video_embed_field

Production build 0.71.5 2024