-
Notifications
You must be signed in to change notification settings - Fork 0
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
Menuitems on products #25
Conversation
2ac946f
to
75f2d0b
Compare
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.
@TTA777 I believe this answers the questions you had on Tuesday. Let me know if I forgot/missed something, or if you have further questions :)
(I removed ToString
on our domain models and reverted to using Enumerable instead of ObservableCollection, as it was only required to use the StateHasChanged but not the ObservableCollection)
Also - seems there were just a few lines difference between my non-working local API specs and the ones that I now obtained from the dev swagger, so I assume I might've tested it against a wrong or outdated backend branch. The API specs now match the current dev server.
1abdca5
to
29413d5
Compare
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.
OK
This change adds menu items to products (Half of #23).
The EditForm on the product manager now has a ComboBox with both textual input (searching) and multiselection in a dropdown to avoid taking up too much space:
This PR also addresses breaking changes in the products API from AnalogIO/analog-core#253 which must be merged first.
This PR also includes minor bugfixes: