-
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
IBX-1065: Redesigned user menu #76
Conversation
dew326
commented
Nov 30, 2021
Question | Answer |
---|---|
Tickets | https://issues.ibexa.co/browse/IBX-1065 |
Requires | https://github.com/ibexa/icons/pull/8 |
Bug fix? | no |
New feature? | yes |
BC breaks? | no |
Tests pass? | yes |
Doc needed? | no |
License | GPL-2.0 |
'orderNumber' => 60, | ||
]]) | ||
], ]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's wrong formatting? It should be in two lines
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used the same formatting as above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't 'orderNumber' => 60,
be indented? As it is above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ViniTou Can you confirm how it should be?
'orderNumber' => 60, | ||
]]) | ||
], ]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't 'orderNumber' => 60,
be indented? As it is above.