Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / templates / status-report-grouped.html.twig
index bd34e5af053facddb1cde4ac2f5c15be5de21207..8f5481c4df3f29f8fcd5c21348faa82f5b161e7b 100644 (file)
@@ -23,7 +23,7 @@
     <div>
       <h3 id="{{ group.type }}">{{ group.title }}</h3>
       {% for requirement in group.items %}
-        <details class="system-status-report__entry">
+        <details class="system-status-report__entry" open>
           {%
             set summary_classes = [
               'system-status-report__status-title',