-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fixes for document hierarchy presentation in QMS #7938
Fixes for document hierarchy presentation in QMS #7938
Conversation
Signed-off-by: Victor Ilyushchenko <[email protected]>
Connected to Huly®: UBERF-9417 |
Signed-off-by: Victor Ilyushchenko <[email protected]>
|
||
export class DocumentHiearchyQuery { | ||
queries = { | ||
ProjectMeta: createQuery(), |
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.
Minor: start with lower case?
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.
idk, it's mapping to DocumentBundle fields, which maps fields to class names. If that's the only change, I probably wouldn't waste CI on it 😄
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.
So it matches the class or what's the point? :)
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.
Still checking the rest
The rest LGTM |
Signed-off-by: Victor Ilyushchenko <[email protected]>
Signed-off-by: Victor Ilyushchenko <[email protected]>
No description provided.