Remove type_ordering from CreateElementParent
Requires !1983 (merged), closes #1490 (closed)
!1983 (merged) makes type-aware ordering completely inoperative, since the new constraints prevent it from functioning, so this MR just removes the now useless type_ordering
parameter.
type_ordering
when calling CreateElementParent
. For some reason, code.vpn returns no results, so I don't know if or where this is currently used!
Merge request reports
Activity
changed milestone to %Arkindex 1.4.3
changed milestone to %Arkindex 1.4.2
added 15 commits
Toggle commit listadded 4 commits
-
1c4a87ce...70bbfa19 - 3 commits from branch
master
- 5433d87d - Remove type_ordering from CreateElementParent
-
1c4a87ce...70bbfa19 - 3 commits from branch
requested review from @babadie
added 2 commits
It's indeed used on callico: https://gitlab.com/teklia/callico/-/blob/master/callico/process/exports.py#L287
Issue to fix that on Callico side https://gitlab.com/teklia/callico/-/issues/330
Edited by Bastien Abadieenabled an automatic merge when the pipeline for a87b8ee9 succeeds