Page MenuHomePhabricator

Is there a way to completely deactivate Spaces?
Closed, ResolvedPublic

Asked by tycho.tatitscheff on Sep 15 2015, 11:02 AM.

Details

After Spaces was out of prototype, I activated it on an instance.
The goal was to allow an user that don't care about Administrative stuff to leave the correspondent project, masking the task via Spaces.

After a while, I realized that it cause much more pain to NUX that it brings so I archived all but default space (S1).
But in the UI, the <Select Space/> still display with one space.

How to remove this <Select/> component (ie mask Spaces like bare install). ?

I guess since space implement [[ https://secure.phabricator.com/diffusion/P/browse/master/src/applications/spaces/storage/PhabricatorSpacesNamespace.php;0449a07f537d1df22ce10cd396d1ba9067c40ac1$8 | PhabricatorDestructibleInterface]], I can run :

./bin/remove destroy PHID-SPCE-xxxxxxxxxxxxxxxxxxxxxx

for all my space-s and then Spaces will be correctly deactivated.
In fact, documentation seem's to indicate that two space-s are required to activate Spaces.

But since there is no conduit for Spaces, how to guess the phid value ?

Answers

chad
Updated 3,143 Days Ago

See T9425, this UI should go away if you have no active Spaces.

New Answer

Answer

This question has been marked as closed, but you can still leave a new answer.