server-ux icon indicating copy to clipboard operation
server-ux copied to clipboard

[FIX] base_tier_validation: ensure skip_validation_check bypasses val…

Open Jord38 opened this issue 2 months ago • 4 comments

…idations

context flag check was not present in _tier_validation_check_state_on_write(vals) and thus I was unable to properly skip the tier validation using the context flag.

now moved up to the write method to ensure validation is skipped if context flag is present

Jord38 avatar Sep 25 '25 13:09 Jord38