altis-cms icon indicating copy to clipboard operation
altis-cms copied to clipboard

The network title option is sticky on a fresh vanilla installation

Open johnbillion opened this issue 4 years ago • 1 comments

Steps to reproduce:

  1. composer create-project altis/skeleton my-project
  2. composer server
  3. Visit https://my-project.altis.dev/wp-admin/network/settings.php and change the network title
  4. 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.

johnbillion avatar Mar 09 '21 13:03 johnbillion

Transferring to the CMS module as this isn't specific to local server.

roborourke avatar Mar 30 '21 15:03 roborourke