[16.0][ADD] base_tier_validation_review_history - #1311
Open
smorita7749 wants to merge 1 commit into
Open
Conversation
Contributor
|
Hi @LoisRForgeFlow, |
smorita7749
force-pushed
the
6878-add-base_tier_validation_review_history
branch
2 times, most recently
from
July 14, 2026 09:00
91b5b9a to
09047c2
Compare
AungKoKoLin1997
force-pushed
the
6878-add-base_tier_validation_review_history
branch
from
July 28, 2026 03:39
55dd67d to
9963629
Compare
Contributor
|
@smorita7749 Please review my last commit and squash the commit after you confirm. |
smorita7749
force-pushed
the
6878-add-base_tier_validation_review_history
branch
from
August 3, 2026 07:50
9963629 to
1c898d6
Compare
Contributor
Author
Thank you for your changes! |
Keep completed tier reviews as history instead of deleting them once the validation cycle ends. Archiving is resolved from a company-level default and a per-tier-definition override (keep / do not keep / inherit). Archived reviews are shown on the document and in a dedicated Tier Reviews menu.
smorita7749
force-pushed
the
6878-add-base_tier_validation_review_history
branch
from
August 5, 2026 00:10
1c898d6 to
a340d69
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Originally, on reset/restart, tier reviews were removed with
unlink(), so the reject/approve trail was lost after a re-request cycle.This improvement allows completed (approved/rejected) reviews to be archived (
active=False) instead of deleted, preserving history.Archived reviews are shown as a read-only "Reviews History" list on the record, and a new "Tier Reviews" menu lists reviews (current + history) across records, with a clickable link to each source document.
Configuration
Whether history is kept is resolved from two levels:
Depends on #1307
@qrtl QT6878