Skip to content
#

drupal-module

Here are 718 public repositories matching this topic...

digitaldonkey
digitaldonkey commented Mar 13, 2018

The Server status page at admin/reports/ethereum currently works only for the default server.

With the refactored Server settings there should be a SELECT field on top, where you can switch the status page to any ACTIVE server.
Ideally we can reach every server config with admin/reports/ethereum/<id>

![image](https://user-images.githubusercontent.com/444718/37373072-4fbd01f8-2715-11

pfrenssen
pfrenssen commented Jun 5, 2019

While reviewing #85 I found a dubious section of code in RouteSubscriber::alterRoutes() and no comments are given on why this is needed:

    // Replace the core register route controller.
    $route = $collection->get('user.register');
    if ($route instanceof Route) {
      // ...
    }

Why is it here assumed that RouteCollection::get() would return objects which are not `R

good first issue invalid

Improve this page

Add a description, image, and links to the drupal-module topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the drupal-module topic, visit your repo's landing page and select "manage topics."

Learn more