Closed (fixed)
Project:
Apple News
Version:
8.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Apr 2019 at 19:15 UTC
Updated:
21 Jun 2019 at 13:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
christian le fournis commentedComment #3
christian le fournis commentedWrong import use statement in the AppleNewsTemplateForm.php
Should be:
use Drupal\Core\Entity\EntityTypeManagerInterface;
instead of:
use Drupal\Core\Entity\EntityTypeManager;
Comment #4
oleksandr.s commentedImplemented fixes from comment #3.
Please review.
Comment #5
oleksandr.s commentedComment #6
kelt88 commentedTested patch locally, error disappeared in my situation. Thanks
Comment #8
m4oliveiCommitted to 8.x-1.x! Thanks!