Sha256: 45fad4d6bacc65e45547fe3624648af913ce6991be290f4401298073453758f0

Contents?: true

Size: 230 Bytes

Versions: 81

Compression:

Stored size: 230 Bytes

Contents

const createTableActionTypes = tableID => ({
  REQUEST: `${tableID.toUpperCase()}_REQUEST`,
  SUCCESS: `${tableID.toUpperCase()}_SUCCESS`,
  FAILURE: `${tableID.toUpperCase()}_FAILURE`,
});

export default createTableActionTypes;

Version data entries

81 entries across 81 versions & 2 rubygems

Version Path
foreman-tasks-3.0.1 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-3.0.0 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman_statistics-1.0.0 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman_statistics-0.1.3 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman_statistics-0.1.2 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-2.0.2 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-1.1.3 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-1.1.2 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-2.0.1 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-2.0.0 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-1.2.0 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-1.1.1 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-1.1.0 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-0.17.6 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-1.0.1 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-1.0.0 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-0.17.5 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-0.17.4 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-0.17.3 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-0.17.2 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js