-
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
Integrate manufacturer into catalogue items v2 #108 #144
Integrate manufacturer into catalogue items v2 #108 #144
Conversation
…urer-into-catalogue-items-v2-#108
I tried to simplify the logic for selectedManufacturer in the Dialog. The solution I found doesn't seem to work when you then navigate to the landing page and try to edit an item from there. I can keep trying if you guys wish but it is as compact as I can make it |
If this is about the comment I made in catalogueItemsDialog, replacing |
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.
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.
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.
Needs to be merged in first priority after christmas |
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.
LGTM
Description
Integrated manufacturer into catalogue items, changed dialog so that users are able to select a manufacturer from a autocomplete dropdown. they can also add a new manufacturer, which will then be added to dropdown list. The ID of the manufacturer is then passed through to the backend to be added to the catalogue item. Currently the table view displays all the fields of a manufacturer (name, address ,url, telephone number) but this is subject to change based upon CLFs feedback
Note - #132 merged into this PR. So this PR will essentially close it and the issue for it
Testing instructions
Add a set up instructions describing how the reviewer should test the code
Agile board tracking
closes #108
closes #129