-
Notifications
You must be signed in to change notification settings - Fork 29
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
Fix #343 #351
Fix #343 #351
Conversation
…d to prevent populating all inventory items.
b40d00b
to
1e3334d
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.
I don't think this is going to work for Inventory Items that don't have a value for Part ID. We should make sure these are excluded.
Do we also need to fix HardwareLCMFilterForm
?
@progala let's make sure we backport this to ltm 1.6 |
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!
Update to hardware notice form to use
DynamicModelChoiceField
to prevent populating all inventory items and hanging the browser.