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

Possible bug similar to issue #1599 an its solution in #1602 #1603

Open
plim91 opened this issue Jun 30, 2020 · 0 comments
Open

Possible bug similar to issue #1599 an its solution in #1602 #1603

plim91 opened this issue Jun 30, 2020 · 0 comments

Comments

@plim91
Copy link

plim91 commented Jun 30, 2020

Description

Possible bug similar to issue #1599 an its solution in #1602 . In the solution the file

senaite.core/bika/lims/browser/reports/selection_macros/__init __.py

was changed in line 439 from

return self._select_state(workflow_id, field_title, field_title, style)

to

return self._select_state(workflow_id, field_id, field_title, style)

When we look at line 434 and 435 of the same file we see:

def select_state(self, workflow_id, field_id, field_title, style=None):
return self._select_state(workflow_id, field_title, field_title, style)

This looks exactly the same as the previous problem. Maybe this is a bug too? I can not tell how to reproduce because at this point there is no bug, I do not know where the above function "select_state" is used in senaite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant