Project

General

Profile

« Previous | Next » 

Revision 0fc33e91

Added by John Mitsch almost 6 years ago

Fixes #23687 - Adds subscription details page

This rewrites the subscription details page in React. Links in the
main subs table will used this page. There will be a follow-up change
for the Product Content tab.

View differences:

webpack/scenes/Subscriptions/SubscriptionActions.js
DELETE_SUBSCRIPTIONS_FAILURE,
} from './SubscriptionConstants';
import { filterRHSubscriptions } from './SubscriptionHelpers.js';
const getResponseError = ({ data }) => data && (data.displayMessage || data.error);
import { getResponseError } from '../../move_to_foreman/common/helpers.js';
export const createSubscriptionParams = (extendedParams = {}) => ({
...{ organization_id: orgId },

Also available in: Unified diff