After installed throws below error on node page.

Drupal::service('paragraphs_edit.lineage.inspector') (Line: 146)
paragraphs_modal_edit_paragraph_view_alter(Array, Object, Object) (Line: 539)

Please help me out!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Revathi.B created an issue. See original summary.

saschaeggi’s picture

Hey, what version of Drupal are you using?

saschaeggi’s picture

Status: Active » Postponed (maintainer needs more info)
megadesk3000’s picture

Hi @saschaeggi

This should already been fixed on the dev branch. It is a missing dependency to the paragraphs_edit module, which is providing the missing service.
I created a patch, that is using the new dependecy notation: https://www.drupal.org/docs/8/creating-custom-modules/let-drupal-8-know-...

dependencies: a list of other modules your module depends on. Dependencies on Drupal core or contrib modules should be namespaced in the format {project}:{module}, where {project} is the project name as it appears in the Drupal.org URL (e.g. drupal.org/project/views) and {module} is the module's machine name.

megadesk3000’s picture

Status: Postponed (maintainer needs more info) » Needs review
megadesk3000’s picture

Also rerolled that against alpha1

saschaeggi’s picture

Status: Needs review » Fixed

After installed throws below error on node page.

Drupal::service('paragraphs_edit.lineage.inspector') (Line: 146)
paragraphs_modal_edit_paragraph_view_alter(Array, Object, Object) (Line: 539)

Please help me out!

Thanks @Revathi.B for reporting!

saschaeggi’s picture

Status: Fixed » Closed (fixed)