server-ux
server-ux copied to clipboard
[17.0][IMP] base_tier_validation: support computed state field
Computed fields bypass write, so we need to override _write for that case.
Also, the current value before the update needs to be fetched from the database
because the new value is already set in the cache.