-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
PR 2266 BikaListing. Instrument calibration table fixes #282
PR 2266 BikaListing. Instrument calibration table fixes #282
Conversation
It was a shim in front of InstrumentCertificationsView, which can easily be used directly.
7062f4c
to
562619a
Compare
] | ||
self.allow_edit = False | ||
self.show_select_column = False | ||
self.show_workflow_action_buttons = False | ||
self.show_workflow_action_buttons = True |
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.
Afak, there are no specific transitions available for Certifications (or at least, shouldn't be). Why the need of displaying the workflow action buttons bar?
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.
Indeed, good catch @xispa . I had to add this to display the bottom button bar where the "Show more" button lives.
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 see, it was just a required trick
] | ||
self.allow_edit = False | ||
self.show_select_column = False | ||
self.show_workflow_action_buttons = False | ||
self.show_workflow_action_buttons = True |
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 see, it was just a required trick
Description of the issue/feature this PR addresses
Original PR: bikalims/bika.lims#2266
Linked issues:
Current behavior before PR
Desired behavior after PR is merged
Calibration listing table works as expected