mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 14:26:36 +00:00
fix(plugin-workflow): temp disable validation of collection field in node (#928)
This commit is contained in:
parent
8e087840ca
commit
5992952872
@ -60,7 +60,8 @@ function useUpdateAction() {
|
|||||||
message.error(t('Node in executed workflow cannot be modified'));
|
message.error(t('Node in executed workflow cannot be modified'));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
await form.submit();
|
// TODO: how to do validation separately for each field? especially disabled for dynamic fields?
|
||||||
|
// await form.submit();
|
||||||
await api.resource('flow_nodes', data.id).update({
|
await api.resource('flow_nodes', data.id).update({
|
||||||
filterByTk: data.id,
|
filterByTk: data.id,
|
||||||
values: {
|
values: {
|
||||||
|
Loading…
Reference in New Issue
Block a user