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
This is not working with 3.0.4
@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.
rakesh.gectcr → created an issue.
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
Please see the SELinux configuration
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8...
mcdruid → credited rakesh.gectcr → .
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.
dan2k3k4 → credited rakesh.gectcr → .
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
quietone → credited rakesh.gectcr → .
Just added the patch use in the composer build
Added the video_embed_field
The patch on #32 ✨ Allow creation of new Video Embed Field media entities using the Media Browser Closed: won't fix works fine.