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
We should change way how we get a result from ObjectStepLogger. Currently, there are many enumeration loops over the items array, just to get the right object. We can simplify this with using the brand new lookup by item-id. For example:
We should change way how we get a result from
ObjectStepLogger
. Currently, there are many enumeration loops over the items array, just to get the right object. We can simplify this with using the brand new lookup by item-id. For example:could be replaced with a much simpler code:
This is a quite dull task, so it has a low priority.
The text was updated successfully, but these errors were encountered: