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-10.0.1 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-10.0.0 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-9.2.3 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-9.2.2 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-9.2.1 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-9.2.0 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-9.1.1 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-9.0.4 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-9.1.0 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-9.0.2 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-9.0.1 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-8.3.3 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-9.0.0 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-8.2.1 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-8.1.4 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-8.3.2 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-8.3.1 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-8.1.3 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-8.3.0 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js
foreman-tasks-8.2.0 webpack/__mocks__/foremanReact/components/common/table/actionsHelpers/actionTypeCreator.js