Merge "add single function to action and save it to frontend store."
authorBrinda Santh Muthuramalingam <brindasanth@in.ibm.com>
Tue, 25 Feb 2020 18:47:21 +0000 (18:47 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 25 Feb 2020 18:47:21 +0000 (18:47 +0000)
1  2 
cds-ui/designer-client/src/app/common/constants/app-constants.ts

@@@ -106,7 -106,6 +106,7 @@@ export const ResourceDictionaryURLs = 
      saveResourceDictionary: '/resourcedictionary/save',
      searchResourceDictionaryByTags: '/resourcedictionary/search',
      searchResourceDictionaryByName: '',
 +    searchResourceDictionaryByNames: '/resourcedictionary/search/by-names',
      getSources: '/resourcedictionary/source-mapping',
      getModelType: '/resourcedictionary/model-type',
      getResourceDictionary: '/resourcedictionary/model-type/by-definition'
@@@ -118,3 -117,6 +118,6 @@@ export const ControllerCatalogURLs = 
      getDefinition: '/controllercatalog/model-type/by-definition',
      getDerivedFrom: '/controllercatalog/model-type/by-derivedfrom'
  };
+ export const ActionElementTypeName = 'app.ActionElement';