mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-04 05:08:42 +08: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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (collection.isView()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
const field = collection.getField(this.get('name'));
|
const field = collection.getField(this.get('name'));
|
||||||
|
|
||||||
// overriding field should not sync default value
|
// overriding field should not sync default value
|
||||||
|
Loading…
Reference in New Issue
Block a user