Ver a proveniência

Deprecate authSelectors.getDefinitionsByNames

bubble
Kyle Shockey há 6 anos
ascendente
cometimento
533fd75501
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      src/core/plugins/auth/selectors.js

+ 1
- 0
src/core/plugins/auth/selectors.js Ver ficheiro

@@ -28,6 +28,7 @@ export const definitionsToAuthorize = createSelector(


export const getDefinitionsByNames = ( state, securities ) => ( { specSelectors } ) => {
console.warn("WARNING: getDefinitionsByNames is deprecated and will be removed in the next major version.")
let securityDefinitions = specSelectors.securityDefinitions()
let result = List()



Carregando…
Cancelar
Guardar