Skip to content
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

Error when exporting Worksheets list with senaite.exporter #825

Merged
merged 2 commits into from
May 21, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@ Changelog

**Fixed**

- #825 Error when exporting Worksheets list with `senaite.exporter`
- #821 Cannot retract single analysis services

**Security**
4 changes: 4 additions & 0 deletions bika/lims/browser/worksheet/views/folder.py
Original file line number Diff line number Diff line change
@@ -49,6 +49,10 @@ def __init__(self, context, request):
self.show_select_all_checkbox = True
self.show_select_column = True
self.restrict_results = False
self.selected_state = ''
self.analyst_choices = []
self.can_reassign = False
self.can_manage = False
self.wf = getToolByName(self, 'portal_workflow')
self.rc = getToolByName(self, REFERENCE_CATALOG)
self.pm = getToolByName(self.context, "portal_membership")