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
The module in v14.0 and v15.0 does not have the correct behavior in tier.validation, it ignores pending reviews when only SRO Tier Validation is activated, in versions 12 and 13 the behavior displayed a Warning indicating that there are pending reviews.
To Reproduce
Affected versions:
v14.0:
Steps to reproduce the behavior:
Create new tier.definition for Stock Request Order (only active SRO)
Create new SRO
Save
Request for Validation
Confirm
Expected behavior
Warning: "A validation process is still open for at least."
I conducted some tests with the stock_request module and noticed that after implementing this change to obtain the status, which prevents stock.request.order from remaining in the open state when it has already been completed [14.0][IMP] stock_request: Convert the state field of stock.request.order as compute store to complete all use cases, the tier.validation of stock.request.order began to ignore pending reviews. This causes a significant issue where completed SROs or those needing to revert to draft status cannot perform this action if there are pending reviews.
Module
stock_request_tier_validation
Describe the bug
The module in v14.0 and v15.0 does not have the correct behavior in tier.validation, it ignores pending reviews when only SRO Tier Validation is activated, in versions 12 and 13 the behavior displayed a Warning indicating that there are pending reviews.
To Reproduce
Affected versions:
v14.0:
Steps to reproduce the behavior:
Expected behavior
Warning: "A validation process is still open for at least."
Additional context
Runboat v12.0 (Work):
Runboat v13.0 (Work):
cc @douglascstd @marcelsavegnago
The text was updated successfully, but these errors were encountered: