-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'ordering@' => 0 does not work #33
Comments
As a consequence we can't order as the first element. But using toolbox/Blueprints/src/BlueprintForm.php Lines 627 to 630 in 8ad2b96
... which, as expected by https://www.php.net/manual/en/function.array-splice.php put the extracted element at the end of the list. |
My suggestion is to not drop explicit |
... because
toolbox/Blueprints/src/BlueprintForm.php
Line 438 in 8ad2b96
keeps
$order
from being set if the location is0
because the conditional does not distinguish between0
and the empty string.The text was updated successfully, but these errors were encountered: