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
[IMP] util/fields: report computes that may need adaptation
When fields are renamed, computes referencing them will require
an update. We don't do that automatically because of risks.
Instead, we report computed fields that may need an update.
closes#202
Signed-off-by: Christophe Simonis (chs) <[email protected]>
{model_text}: the field <kbd>{old}</kbd> has been renamed to <kbd>{new}</kbd>. The following server actions may need update.
1207
-
If the server action is a standard one and you haven't made any modifications, you may ignore them.
1230
+
{model_text}: the field <kbd>{old}</kbd> has been renamed to <kbd>{new}</kbd>. The following server actions and compute methods of other fields may need an update:
1231
+
If a server action or a field is a standard one and you haven't made any modifications, you may ignore them.
0 commit comments