-
Notifications
You must be signed in to change notification settings - Fork 52
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
O3-3816 Add tab for rejected orders and prevent further actions on De… #102
Conversation
Thanks, @CynthiaKamau. It would be worthy to show the reason for declining the order |
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.
Thanks @CynthiaKamau
export const declinedLabRequestsTable = getAsyncLifecycle( | ||
() => import('./lab-tabs/data-table-extensions/declined-lab-requests-table-extension'), | ||
options, | ||
); |
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.
export const declinedLabRequestsTable = getAsyncLifecycle( | |
() => import('./lab-tabs/data-table-extensions/declined-lab-requests-table-extension'), | |
options, | |
); | |
import DeclinedLabRequstTable from './lab-tabs/data-table-extensions/declined-lab-requests-table-extension'; | |
export const declinedLabRequestsTable = getSyncLifecycle(DeclinedLabRequstTable,options); |
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 added this in line with how the other tabs have been exported
b2b81cf
to
e924290
Compare
I have added it as part of the expansion slot |
@CynthiaKamau lets fix conflicts |
…s on Declined Tests
e924290
to
077659d
Compare
Done |
Restores the state of the order details table to a state prior to the changes made in #102. This will likely require a review of the changes made in that PR to ensure that everything is working as expected.
Restores the state of the order details table to a state prior to the changes made in #102. This will likely require a review of the changes made in that PR to ensure that everything is working as expected.
…clined Tests
Requirements
Summary
Add tab for rejected orders and prevent further actions on declined Tests
Screenshots
Screen.Recording.2024-11-28.at.11.45.01.mov
Related Issue
Other