If you try to change the site name in Site Information, the form submits, but it doesn't update the site name.

I looked in the database and the drupal site name variable is being updated, but it is not being updated in the domain table.

I had to go in and edit this automatically, and then it worked.

Comments

agentrickard’s picture

Status: Active » Postponed (maintainer needs more info)

This would be a problem when using Views, yes? Since we never use that value from the database, we always use the one from the variables table.

agentrickard’s picture

Status: Postponed (maintainer needs more info) » Needs work
StatusFileSize
new826 bytes

Funny. No one ever noticed this. Here's a partial patch, but I guess we have to watch that form instead, since we use the database value in other places.

agentrickard’s picture

Status: Needs work » Needs review
StatusFileSize
new1.2 KB

Here's a better patch.

agentrickard’s picture

Status: Needs review » Fixed
StatusFileSize
new2.14 KB

Committed to HEAD and 5.x. Attached is the 5.x patch.

Status: Fixed » Closed (fixed)

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