altis-cms
altis-cms copied to clipboard
The network title option is sticky on a fresh vanilla installation
Steps to reproduce:
-
composer create-project altis/skeleton my-project -
composer server - Visit https://my-project.altis.dev/wp-admin/network/settings.php and change the network title
- Observe that the change does not stick
This appears to only affect the network title, I've not noticed it anywhere else.
Changing the network title via WP-CLI with composer server cli -- network meta update 1 site_name Foo works as expected.
Transferring to the CMS module as this isn't specific to local server.