mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 10:06:22 +00:00
fix: sync default value in view (#4067)
This commit is contained in:
parent
8bff5c32a7
commit
164359171d
@ -139,6 +139,10 @@ export class FieldModel extends MagicAttributeModel {
|
||||
return;
|
||||
}
|
||||
|
||||
if (collection.isView()) {
|
||||
return;
|
||||
}
|
||||
|
||||
const field = collection.getField(this.get('name'));
|
||||
|
||||
// overriding field should not sync default value
|
||||
|
Loading…
Reference in New Issue
Block a user