Sha256: fa386c95fb31fadbde7633eef4688ce5f7e347976cd0142938c346617b086c06

Contents?: true

Size: 999 Bytes

Versions: 16

Compression:

Stored size: 999 Bytes

Contents

import { translate as __ } from 'foremanReact/common/I18n';

export const dependenciesHelpText = __('This will solve RPM and module stream dependencies on every publish of this content view. ' +
  'Dependency solving significantly increases publish time (publishes can take over three times as long) ' +
  'and filters will be ignored when adding packages to solve dependencies. ' +
  'Also, certain scenarios involving errata may still cause dependency errors.');

export const autoPublishHelpText = __('Automatically publish a new version of the composite content view whenever one of its content views is published. ' +
  'Autopublish will only happen for component views that use the \'Always use latest version\' option.');

export const importOnlyHelpText = __('Designate whether this content view is for importing from an upstream server. ' +
  'Import-only content views cannot be published directly.');

export const hasPermission = (permissions, perm) => permissions && permissions[perm];

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
katello-4.4.2.2 webpack/scenes/ContentViews/helpers.js
katello-4.4.2.1 webpack/scenes/ContentViews/helpers.js
katello-4.4.2 webpack/scenes/ContentViews/helpers.js
katello-4.4.1 webpack/scenes/ContentViews/helpers.js
katello-4.4.0.2 webpack/scenes/ContentViews/helpers.js
katello-4.4.0.1 webpack/scenes/ContentViews/helpers.js
katello-4.3.1 webpack/scenes/ContentViews/helpers.js
katello-4.4.0 webpack/scenes/ContentViews/helpers.js
katello-4.4.0.rc2 webpack/scenes/ContentViews/helpers.js
katello-4.4.0.rc1 webpack/scenes/ContentViews/helpers.js
katello-4.3.0 webpack/scenes/ContentViews/helpers.js
katello-4.3.0.rc4 webpack/scenes/ContentViews/helpers.js
katello-4.3.0.rc3 webpack/scenes/ContentViews/helpers.js
katello-4.3.0.rc2.1 webpack/scenes/ContentViews/helpers.js
katello-4.3.0.rc2 webpack/scenes/ContentViews/helpers.js
katello-4.3.0.rc1 webpack/scenes/ContentViews/helpers.js