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

[17.0][IMP] base_tier_validation: support computed state field

Open StefanRijnhart opened this issue 1 year ago • 3 comments

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.

StefanRijnhart avatar Aug 26 '24 12:08 StefanRijnhart