mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
Add a getter for the engine providers in the transfer permission service
This commit is contained in:
parent
e5e86a5361
commit
7d20788ff4
@ -30,6 +30,10 @@ const createPermissionService = () => {
|
|||||||
return state.engine;
|
return state.engine;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
get providers() {
|
||||||
|
return state.providers;
|
||||||
|
},
|
||||||
|
|
||||||
init() {
|
init() {
|
||||||
state.providers.action = providerFactory();
|
state.providers.action = providerFactory();
|
||||||
state.providers.condition = providerFactory();
|
state.providers.condition = providerFactory();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user