If I enter a path in the Default front page field of admin/settings/site-information, I get this warning: The menu system stores system paths only, but will use the URL alias for display. aliasedPath has been stored as nonAliasedPath

This error message is pointless. Who cares how it's being stored internally?

Since this error has no benefit for the vast majority of users, it is likely to cause confusion.

CommentFileSizeAuthor
#6 497590-D7.patch1.27 KBDave Reid
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Aren Cambre’s picture

Category: feature » bug
Priority: Normal » Minor

Thought about this more, and I think it's actually a minor user interface bug.

Bojhan’s picture

Indeed doesn't seem like something we would do.

tstoeckler’s picture

I see this the same way, but given that we for instance let people manually edit the internal machine name for node types and vocabularies, it seems that there are people who really don't like Drupal doing something in their DB without them knowing it.

Dave Reid’s picture

If I'm a user and I enter a-path-alias for the frontpage and after submit I see that the form element has been changed to an-unaliased-path, I'm probably going to wonder what the heck is going on and why didn't it save the path I wanted.

Aren Cambre’s picture

@Dave Reid: It doesn't display that way for me.

Dave Reid’s picture

Component: path.module » system.module
Status: Active » Needs review
FileSize
1.27 KB

Oh crap. Well nevermind then. We should remove this message. :)\

Note that we do the same thing when adding a menu item, but in that case we do only display the normal path in the form after submit, so keepng this same message in menu.admin.inc is fine.

Dries’s picture

Status: Needs review » Fixed

Nice little clean-up. Committed to CVS HEAD. Thanks.

Status: Fixed » Closed (fixed)
Issue tags: -Usability

Automatically closed -- issue fixed for 2 weeks with no activity.

Amrendra’s picture

Issue summary: View changes

I am also getting issue of system path No Solution
The menu system stores system paths only, but will use the URL alias for display. areas-of-practice has been stored as node/66
Your configuration has been saved.

This message is coming

Anybody have solution ???