Merge branch 'apache-3.2' into apache-3.3
This commit is contained in:
commit
74dd87c15b
|
|
@ -510,6 +510,9 @@ public class DefaultModuleDeployer extends AbstractDeployer<ModuleModel> impleme
|
|||
if (!sc.isExported()) {
|
||||
return;
|
||||
}
|
||||
if (sc.shouldDelay()) {
|
||||
return;
|
||||
}
|
||||
sc.register(true);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue