Closed (fixed)
Project:
Configuration Inspector
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2018 at 09:56 UTC
Updated:
8 Nov 2018 at 21:19 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
gábor hojtsyGreat idea. Can you work out a patch? Thanks!
Comment #3
idebr commentedAttached patch adds an entry to the Status report page reporting configuration errors similar entry for configuration schema errors in line with the Entity definitions mismatches reported by Drupal core.
Screenshot after applying patch:
Comment #4
gábor hojtsyYay, thanks, looks good. Just two minor improvements:
'Errors found' would be enough since the summary value already explains what this is about. Looking at the screenshot I would just avoid having this title altogether, it does not add anything.
'No configuration structure errors found' or something along those lines would be more accurate. "Inspector" in the module name relates to the actual UIs that let you "zoom into" the config data and figure out schema definition issues rather than guessing. So that the config was "inspected" would not be accurate to say.
Comment #5
idebr commented#4.1 Perhaps I took a bit too much inspiration from the 'mismatches entity definitions' error. I agree the item list title does not add any useful information, so I removed this from the patch
#4.2 I updated the requirement values so they match each other's wording:
I don't have a strong opinion on the interface text, so feel free to change this if you feel like it.
Comment #7
gábor hojtsyYay, thanks! I think consistent text is indeed better.