From 50c047ce9e625a753d0cbb172f8e7f89011b8303 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Determe?= Date: Wed, 5 Feb 2020 14:09:02 +0000 Subject: [PATCH] Update git submodules * Update docs/submodules/clamp.git from branch 'master' to 899c22fccf12f50a877988c62e30d5e2c7fb7e3c - Merge "Changes for populating ReactJS component library" - Changes for populating ReactJS component library Modification of Maven pom.xml to segregate creation of component library away from the basic CLAMP UI. New directory ui-react-lib is introduced and populated with just a few files to support the library creation. Introduction of OnapConstants.js provides single focus for defining constants shared across multiple components, resolving circular dependency between LoopUI.js and MenuBar.js around defaultLoopName. Modified LoopSvg.js to import withRoute from react-router-dom instead of react-router, which was causing problems in usage of completed component library. Issue-ID: CLAMP-586 Change-Id: I3054d5388b8aa7417fe7566c34279390d24fb80a Signed-off-by: Ted Humphrey --- docs/submodules/clamp.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/clamp.git b/docs/submodules/clamp.git index 504422fe7..899c22fcc 160000 --- a/docs/submodules/clamp.git +++ b/docs/submodules/clamp.git @@ -1 +1 @@ -Subproject commit 504422fe7b93714222ff53b9ee9914a26b74c091 +Subproject commit 899c22fccf12f50a877988c62e30d5e2c7fb7e3c -- 2.16.6