mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 11:12:20 +08:00
feat: support on-demand loading of collections from external sources
This commit is contained in:
parent
57fe740fff
commit
a9cde1b168
@ -203,6 +203,7 @@ export class PluginDataSourceManagerServer extends Plugin {
|
|||||||
if (model.changed('options') && !model.isMainRecord()) {
|
if (model.changed('options') && !model.isMainRecord()) {
|
||||||
model.loadIntoApplication({
|
model.loadIntoApplication({
|
||||||
app: this.app,
|
app: this.app,
|
||||||
|
refresh: true
|
||||||
});
|
});
|
||||||
|
|
||||||
this.sendSyncMessage(
|
this.sendSyncMessage(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user