Page MenuHomePhabricator

Add a data-argument to the Special:CreateEntity that allow more complex entities to be created
Closed, ResolvedPublic

Description

To make it possible to create complex entities in a single call I propose to add a data argument to CreateEntity. This should do the same as wbeditentity, but only offer to create the given structure. It should not allow editing the same structure.

I'm not sure how the data argument should act if there are provided a language and a label at the same time.


Version: unspecified
Severity: normal

Details

Reference
bz41681

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:05 AM
bzimport set Reference to bz41681.
bzimport added a subscriber: Unknown Object (MLST).

alternatively, ditch wbcreateentity and add a "create" flag to wbsetentity. Or at least make wbcreateentity delegate to wbsetentity, we definitely don't want to duplicate that code.