Sha256: 896a94ae620a5188fefdb2df33f7c0e11f867e89e8426746e117adc1f9708229

Contents?: true

Size: 423 Bytes

Versions: 80

Compression:

Stored size: 423 Bytes

Contents

import { API_OPERATIONS, get } from 'foremanReact/redux/API';
import api, { orgId } from '../../../../services/api';
import { ENVIRONMENT_PATHS_KEY } from './EnvironmentPathConstants';


const getEnvironmentPaths = () => get({
  type: API_OPERATIONS.GET,
  key: ENVIRONMENT_PATHS_KEY,
  url: api.getApiUrl(`/organizations/${orgId()}/environments/paths?permission_type=promotable`),
});

export default getEnvironmentPaths;

Version data entries

80 entries across 80 versions & 1 rubygems

Version Path
katello-4.14.3 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathActions.js
katello-4.14.2 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathActions.js
katello-4.15.0 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathActions.js
katello-4.15.0.rc2 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathActions.js
katello-4.15.0.rc1 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathActions.js
katello-4.14.1 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathActions.js
katello-4.14.0 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathActions.js
katello-4.14.0.rc3 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathActions.js
katello-4.14.0.rc2 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathActions.js
katello-4.14.0.rc1.1 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathActions.js
katello-4.14.0.rc1 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathActions.js
katello-4.13.1 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathActions.js
katello-4.13.0 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathActions.js
katello-4.12.1 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathActions.js
katello-4.13.0.rc1 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathActions.js
katello-4.12.0 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathActions.js
katello-4.12.0.rc3 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathActions.js
katello-4.12.0.rc2 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathActions.js
katello-4.12.0.rc1 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathActions.js
katello-4.11.1 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathActions.js