Page MenuHomePhabricator

[QuickStatements] allow the creation of properties
Closed, ResolvedPublic

Description

It is currently not possible to create new properties using QS. For wikidata.org, this is not an issue, as property creation is limited to admins and follows formal rules. However with the integration of QS in the wikibase docker image, there is now an increasing amount of wikibase repositories where automated property creation with QS is a useful approach.

For a more detailed description see https://bitbucket.org/magnusmanske/wikidata-todo/issues/113/

(I duplicated this issue here, so I can upload the patch directly to through Gerrit, so it can be easily merged)

Update: solved with https://github.com/magnusmanske/quickstatements/pull/19

Event Timeline

I realized too late, that I can not upload patches to quickstatements in Gerrit. So I upload the patch here. Sorry for the confusion. I hope this helps in getting this issue fixed.

This fix still requires some adjustments in the UI and in the documentation, but at least it is possible to create new properties now, which was a big requirement for our use-case of Wikibase/Quickstatements.

Frog23 updated the task description. (Show Details)

Will there be a CSV version for creating property in a wikibase or wikibase.cloud instance? Thank you!