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
Issue fork config_pages_viewer-3532383
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
Comment #2
prudloff commentedComment #3
drdam commentedFixed in release 1.0.3
Comment #4
drdam commented