Sha256: 08f1dad2a14d9d46bbbd92a4a6015709d95148aba737a2f039562465a2d3f2f5

Contents?: true

Size: 1.21 KB

Versions: 61

Compression:

Stored size: 1.21 KB

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 generatedContentViewHelpText = __('This content view is generated for importing or exporting content view versions. ' +
  'Generated content views cannot be published directly and can only be updated via import/export process.');

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

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
katello-4.16.0 webpack/scenes/ContentViews/helpers.js
katello-4.15.1 webpack/scenes/ContentViews/helpers.js
katello-4.16.0.rc2 webpack/scenes/ContentViews/helpers.js
katello-4.16.0.rc1 webpack/scenes/ContentViews/helpers.js
katello-4.14.3 webpack/scenes/ContentViews/helpers.js
katello-4.14.2 webpack/scenes/ContentViews/helpers.js
katello-4.15.0 webpack/scenes/ContentViews/helpers.js
katello-4.15.0.rc2 webpack/scenes/ContentViews/helpers.js
katello-4.15.0.rc1 webpack/scenes/ContentViews/helpers.js
katello-4.14.1 webpack/scenes/ContentViews/helpers.js
katello-4.14.0 webpack/scenes/ContentViews/helpers.js
katello-4.14.0.rc3 webpack/scenes/ContentViews/helpers.js
katello-4.14.0.rc2 webpack/scenes/ContentViews/helpers.js
katello-4.14.0.rc1.1 webpack/scenes/ContentViews/helpers.js
katello-4.14.0.rc1 webpack/scenes/ContentViews/helpers.js
katello-4.13.1 webpack/scenes/ContentViews/helpers.js
katello-4.13.0 webpack/scenes/ContentViews/helpers.js
katello-4.12.1 webpack/scenes/ContentViews/helpers.js
katello-4.13.0.rc1 webpack/scenes/ContentViews/helpers.js
katello-4.12.0 webpack/scenes/ContentViews/helpers.js