Closed (fixed)
Project:
Domain
Version:
6.x-2.0-rc9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2009 at 15:52 UTC
Updated:
6 Nov 2009 at 18:00 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 609600-sitename-d5.patch | 2.14 KB | agentrickard |
| #3 | 609600-sitename.patch | 1.2 KB | agentrickard |
| #2 | 609600-sitename.patch | 826 bytes | agentrickard |
Comments
Comment #1
agentrickardThis 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.
Comment #2
agentrickardFunny. 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.
Comment #3
agentrickardHere's a better patch.
Comment #4
agentrickardCommitted to HEAD and 5.x. Attached is the 5.x patch.