chore: updated the function visibility to override in EE (#39045)
This commit is contained in:
parent
108c797714
commit
578109eab9
|
|
@ -636,7 +636,7 @@ public class PluginServiceCEImpl extends BaseService<PluginRepository, Plugin, S
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
private Flux<Plugin> getAllPlugins(String workspaceId) {
|
public Flux<Plugin> getAllPlugins(String workspaceId) {
|
||||||
// TODO : Think about the various scenarios where this plugin api is called and then decide on permissions.
|
// TODO : Think about the various scenarios where this plugin api is called and then decide on permissions.
|
||||||
Mono<Workspace> workspaceMono = workspaceService.getById(workspaceId);
|
Mono<Workspace> workspaceMono = workspaceService.getById(workspaceId);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user