Opened 6 years ago

Closed 6 years ago

#29695 closed Cleanup/optimization (fixed)

Add system checks for admin's app dependencies and TEMPLATES setting

Reported by: Rodrigo Owned by: nobody
Component: contrib.admin Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The admin requires more apps than are currently checked. Also, verification of the TEMPLATES setting could be more comprehensive.

PR

Change History (1)

comment:1 by Tim Graham <timograham@…>, 6 years ago

Resolution: fixed
Status: newclosed

In 371ece2:

Fixed #29695 -- Added system checks for admin's app dependencies and TEMPLATES setting.

Note: See TracTickets for help on using tickets.
Back to Top