Hey, guys!
The first - thank you for this module! It really helps for my home project on Drupal 7.
Now I have a issue with work this module on Drupal 8. After install it I went to /admin/config/content/formats/add and saw this page:

The website encountered an unexpected error. Please try again later.
Error: Class 'Wikimedia\Composer\Merge\NestedArray' not found in Drupal\freelinking_prepopulate\Plugin\freelinking\FreelinkingPrepopulate->getConfiguration() (line 92 of modules/freelinking/modules/freelinking_prepopulate/src/Plugin/freelinking/FreelinkingPrepopulate.php).
CommentFileSizeAuthor
#2 3145683-2.patch946 bytesmradcliffe

Comments

vadim s. sabinich created an issue. See original summary.

mradcliffe’s picture

Version: 8.x-3.1 » 8.x-3.x-dev
Category: Support request » Bug report
Status: Active » Needs review
Issue tags: -Composer, -Drupal 8.x
StatusFileSize
new946 bytes

Thank you for reporting the issue. I noticed this while I was working on #3130754: Anchor and tooltip text ignored. This was a mistake when autocompleting a class in my interactive development environment (IDE).

I think it would be better to fix it up here rather than in that issue.

I removed the Drupal 8.x tag because tags shouldn't be used to duplicate other parts of the issue metadata. Such as version. I also removed the composer tag because this isn't related to composer functionality.

I uploaded a patch that should address the issue.

  • mradcliffe committed 5fdabd4 on 8.x-3.x
    Issue #3145683 by mradcliffe: Fixes use of incorrect NestedArray class
    
mradcliffe’s picture

Status: Needs review » Fixed

Should be fixed in 8.x-3.x now.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.