Problem/Motivation

If the config page has never been saved, the controller will display "no page".
I think it would be better to return a 404 error instead.

Steps to reproduce

Proposed resolution

The controller could throw a NotFoundHttpException, Drupal will catch the exception and display the 404 eror page.

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

prudloff created an issue. See original summary.

prudloff’s picture

Issue summary: View changes
drdam’s picture

Status: Active » Fixed

Fixed in release 1.0.3

drdam’s picture

Status: Fixed » Closed (fixed)