- πΊπΈUnited States angrytoast PNW
A number of changes from the last patch in #17:
- Renumber the update hook from 8105 to 8202 since this is targeting the 8.x-2.x branch and there is already a 8201
- Ensure that the
entity_print
config is installed where necessary and updated with necessary entity type ids for tests - Remove an odd injected
$this->stringTranslation
inEntityPrintPermissions
as is it never used directly and the string translation functionality is already covered byuse StringTranslationTrait
- Fix up a couple of code standard recommendations
This doesn't include any net new tests. Just trying to get it to a passing state against the existing tests.
- Status changed to Needs review
over 1 year ago 4:54am 29 July 2023 - last update
over 1 year ago 53 pass, 2 fail The last submitted patch, 20: entity_print-configure-enable-types-2928222-20.patch, failed testing. View results β
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.- last update
over 1 year ago 54 pass - πΊπΈUnited States angrytoast PNW
Continuing work from #20, interdiff is still against #17.