Allow type-unaware ordering in CreateElementParent
Closes #1484 (closed)
Some of the SQL validation fixtures have changed because the element__type
filter is applied afterwards, so it gets added at the end of the WHERE
clause instead of being the first one like before (where it was sorted alphabetically and came out first).
API client usage: cli.request('CreateElementParent', parent=…, child=…, type_ordering=False)