Primary Site Name cannot be changed
seddonym - October 20, 2009 - 15:52
| Project: | Domain Access |
| Version: | 6.x-2.0-rc9 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
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.

#1
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.
#2
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.
#3
Here's a better patch.
#4
Committed to HEAD and 5.x. Attached is the 5.x patch.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.