You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, the ui-grid-cellNav on the Purchase Orders page has made the grid uneditable. I propose we remove the ui-grid-cellNav feature - it doesn't really have a use anyway.
Steps to Reproduce
Go to /purchase/create
Enter any supplier
Attempt to fill in the first inventory item.
Expected Result
Inventory items should show up in a typeahead.
Actual Result
The input cannot be selected since the cellNav captures all the inputs.
The text was updated successfully, but these errors were encountered:
This commit removed the ui-grid-cellNav from the purchase grid. It also
uses a `ui-select` instead of a `typeahead` for the supplier search box.
ClosesThird-Culture-Software#726.
For some reason, the
ui-grid-cellNav
on the Purchase Orders page has made the grid uneditable. I propose we remove theui-grid-cellNav
feature - it doesn't really have a use anyway.Steps to Reproduce
/purchase/create
Expected Result
Inventory items should show up in a typeahead.
Actual Result
The input cannot be selected since the
cellNav
captures all the inputs.The text was updated successfully, but these errors were encountered: