Closed (fixed)
Project:
Access unpublished
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Nov 2019 at 03:18 UTC
Updated:
27 Jan 2020 at 10:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
joseph.olstadentity.manager is deprecated and D9 removes deprecated apis
so the fix is to change it from entity.manager to entity_type.manager.
see patch.
Comment #3
joseph.olstadComment #4
chr.fritschThanks for the patch. Here is another one with everything else I could found.
Comment #5
joseph.olstadOk looks like we need BOTH patches right?
Comment #6
chr.fritschWe need only #4. it contains #2
Comment #7
chr.fritschComment #8
alexpottHow about ^8 || ^9? I don't think there are any changes here that require ^8.7.7
I might be worth a follow-up to make these tests not depend on classy.
Comment #9
chr.fritschOnly 8.7.11 is still supported by drupal. So I don't mind requiring 8.7.7
Comment #10
alexpottFair enough.
Comment #11
chr.fritschDone