π§πΎBelarus w.drupal
@bramdriesen i think it can be merged
π§πΎBelarus w.drupal
π§πΎBelarus w.drupal
w.drupal β made their first commit to this issueβs fork.
π | Status Dashboard Client | Response Cached When accessing Status Dashboard Client with incorrect credentials
π§πΎBelarus w.drupal
w.drupal β created an issue.
π§πΎBelarus w.drupal
w.drupal β made their first commit to this issueβs fork.
π§πΎBelarus w.drupal
π§πΎBelarus w.drupal
At the patch from
https://www.drupal.org/project/status_dashboard_client/issues/3332883#co...
β¨
Expanding json to include status error messages
Fixed
a comma was missing after $container->get('request_stack')
return new static(
$container->get('extension.list.module'),
$container->get('datetime.time'),
$container->get('request_stack')
+ $container->get('renderer'),
+ $container->get('system.manager')
);
Also I added some code style fixes.