diff options
author | shaaban Altanany <shaaban.eltanany.ext@orange.com> | 2020-02-23 15:23:50 +0200 |
---|---|---|
committer | shaaban Altanany <shaaban.eltanany.ext@orange.com> | 2020-02-23 17:32:27 +0200 |
commit | 4c1e01bdf2835f7c87ec0e7e6ef2630f72c0b728 (patch) | |
tree | c38723045cc9922d95a1c4d1d7df65f38ebbb752 /cds-ui/designer-client/src/app/common/constants | |
parent | ebcc45b8c8703cadc49cf3a0b888545845ccb9e6 (diff) |
adding upload function and getting variables from template at template and mapping tab
Issue-ID: CCSDK-2102
Signed-off-by: shaaban Altanany <shaaban.eltanany.ext@orange.com>
Change-Id: Id92cbd183c700764a55ef016d681a568954dc18f
Diffstat (limited to 'cds-ui/designer-client/src/app/common/constants')
-rw-r--r-- | cds-ui/designer-client/src/app/common/constants/app-constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cds-ui/designer-client/src/app/common/constants/app-constants.ts b/cds-ui/designer-client/src/app/common/constants/app-constants.ts index 387c35342..eeff3d41f 100644 --- a/cds-ui/designer-client/src/app/common/constants/app-constants.ts +++ b/cds-ui/designer-client/src/app/common/constants/app-constants.ts @@ -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' |