mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 08:55:33 +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'));
|
||||
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({
|
||||
filterByTk: data.id,
|
||||
values: {
|
||||
|
Loading…
Reference in New Issue
Block a user