chore(collection-manager): load source field options
This commit is contained in:
parent
ea04d2309e
commit
78095d1128
@ -284,6 +284,10 @@ export class CollectionManagerPlugin extends Plugin {
|
||||
// find original field
|
||||
const collectionField = this.app.db.getCollection(collectionSource).getField(fieldSource);
|
||||
|
||||
if (!collectionField) {
|
||||
continue;
|
||||
}
|
||||
|
||||
const newOptions = {};
|
||||
|
||||
// write original field options
|
||||
|
Loading…
Reference in New Issue
Block a user