Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
path.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2011 at 17:58 UTC
Updated:
29 Jul 2014 at 19:28 UTC
Jump to comment: Most recent file
Comments
Comment #1
pwolanin commentedtrivial 1-line patch.
Comment #2
dave reidNot sure why we even need weight at all?
Comment #3
pwolanin commentedFYI, there are only 3 core modules that add links to the admin/config/search section:
search: 'admin/config/search/settings', weight -10
path: 'admin/config/search/path', weight -10
system: 'admin/config/search/clean-urls', weight +5
So this would not change their ordering, nor change the fact that by default contrib modules would appear between 'URL aliases' and 'Clean URLs'
Comment #4
pwolanin commented@Dave Reid - I guess just because we expect the two core items to be important things people will want to see first.
Also, having a spread of weights allows contrib modules to group their links with the relevant core module (if any).
In any case, I'm not out to debate anything bigger than this one line change.
Comment #5
jhodgdonIt seems like the change is reasonable.
Comment #6
dries commentedCommitted to 7.x and 8.x. Thanks!