aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/src/sdc-app/onboarding/softwareProduct/FinalizedSoftwareProductReducer.js
blob: f91c8f31e3a8a2d6099375b17da9db3a683d5256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.
/*!
 * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
 * or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
import { actionTypes } from './SoftwareProductConstants.js';

export default (state = [], action) => {
    switch (action.type) {
        case actionTypes.FINALIZED_SOFTWARE_PRODUCT_LIST_LOADED:
            return [...action.response.results];
        default:
            return state;
    }
};
class="nf"> When I want to revert this Item to the revision with the value from saved property "setRevision" Then I want to get path "/items/{item.id}/versions/{item.versionId}/revisions" Then I want to check property "listCount" for value 2 When I want to get path "/vendor-license-models/{item.id}/versions/{item.versionId}/license-key-groups" Then I want to check property "listCount" for value 0 Then I want to create input data Then I want to update the input property "name" with a random value Then I want to update the input property "type" with value "Universal" Then I want to create for path "/vendor-license-models/{item.id}/versions/{item.versionId}/license-key-groups" with the input data from the context Then I want to copy to property "newLKG" from response data path "value" Then I want to delete for path "/vendor-license-models/{item.id}/versions/{item.versionId}/license-key-groups" with the value from saved property "newLKG" When I want to set property "NotExisting" to value "NotExisting" Then I want the following to fail with error code "GENERAL_ERROR_REST_ID" Then I want to revert this Item to the revision with the value from saved property "NotExisting" Then I want to revert this Item to the revision with the value from saved property "setRevision"