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 pattern is used often (but not exclusively) with getPotentialRequiredSignoffs. It might be possible (at some point) to refactor the function so that it returns the data without further manipulation ?
potential_required_signoffs = [
obj for v in self.getPotentialRequiredSignoffs([row, new_row], transaction=transaction).values() for obj in v
]
This pattern is used often (but not exclusively) with getPotentialRequiredSignoffs. It might be possible (at some point) to refactor the function so that it returns the data without further manipulation ?
Originally posted by @nthomas-mozilla in #1265
The text was updated successfully, but these errors were encountered: