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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: