Sha256: 45fad4d6bacc65e45547fe3624648af913ce6991be290f4401298073453758f0

Contents?: true

Size: 230 Bytes

Versions: 82

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

82 entries across 82 versions & 2 rubygems

Version Path
foreman-tasks-5.3.0 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-5.2.0 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-5.1.1 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-5.1.0 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-4.1.5 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-4.1.4 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-4.1.3 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-3.0.6 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-5.0.0 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-4.1.2 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-4.1.1 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-4.0.1 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-4.1.0 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-3.0.5 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-4.0.0 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-3.0.4 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman_statistics-1.1.1 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman_statistics-1.1.0 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-2.0.3 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-3.0.3 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js