I'm testing access_unpublished with 9.0.x dev right now, it's working for the most part, however the ajax service needs this fix:
see attachment.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3096984-4.patch | 3.95 KB | chr.fritsch |
| #2 | drupal9_compatibility-access_unpublished-3096984-2.patch | 682 bytes | joseph.olstad |
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