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
Order Dashboard Table is currently using ReactTable's way of passing publication/collection as opposed to passing it the actual data
This is to change that approach to passing the data to the table using the otherData prop as explained here #2631 (to follow similar way it's done in Accounts dashboard).
After this is done, ensure that all current parts of the table works as is (i.e the filters, search etc).
Also, when this is done, we should be able to easily achieve the last bit of the search requirements (#2355):
If there is exactly one order with matching customer information, the matching orderId should be opened in the action view panel if the user has permission to view that order.
The text was updated successfully, but these errors were encountered:
aaronjudd
added
chore
For issues that describe a task that does not affect the release, such as tests or CI configuration
and removed
chore
For issues that describe a task that does not affect the release, such as tests or CI configuration
labels
Sep 11, 2017
Order Dashboard Table is currently using ReactTable's way of passing publication/collection as opposed to passing it the actual data
This is to change that approach to passing the data to the table using the
otherData
prop as explained here #2631 (to follow similar way it's done in Accounts dashboard).After this is done, ensure that all current parts of the table works as is (i.e the filters, search etc).
Also, when this is done, we should be able to easily achieve the last bit of the search requirements (#2355):
The text was updated successfully, but these errors were encountered: