As a Wikibase editor, I want to be able to continue to maintain and edit my local ontology after enabling Federated Properties.
In Federated Properties v1, we disabled the editing of local properties in the Wikibase because no local properties were possible. We need to re-enable the editing of local properties while using Federated Properties v2.
Currently it fails on the entity page:
BDD Scenario: On local property page in a Wikibase with Federated Properties enabled
GIVEN I am editing the local property (adding a statement, editing a statement, editing label/description/aliases)
WHEN I save my changes
THEN My changes are successfully saved
AND My changes are visible when the page (see: T285293)
We should also double check how well editing local properties using Special Pages (e.g. SetLabel) works.
Note:
This ticket will be simpler to verify after the completion of T285293.