Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ build_client(){
echo "starting client yarn install"
yarn install --no-progress --production=true
echo "completed client yarn install"
echo "copying common-form-elements-event from ngtek-event-library"
cp -r node_modules/ngtek-event-library/node_modules/common-form-elements-event node_modules/
echo "completed copying common-form-elements-event"
if [ $buildDockerImage == true ]
then
build_client_docker & # run client local build in background
Expand Down
2 changes: 1 addition & 1 deletion src/app/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"ng2-cache-service": "1.1.1",
"ng2-charts": "2.4.2",
"ng2-semantic-ui-v9": "0.0.6",
"ngtek-event-library": "1.1.143",
"ngtek-event-library": "1.1.141",
"ngx-avatar": "^3.7.0",
"ngx-bootstrap": "^5.6.2",
"ngx-chips": "2.1.0",
Expand Down
3 changes: 1 addition & 2 deletions src/app/client/src/environments/urlConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ export const urlConfig = {
// search: "/content/composite/v1/search",
// compositeSearch: "/action/composite/v3/search",
gmeetget: "custom_event/gmeet/get?eventId=",
attachCertificate: "/certreg/v1/template/add",
certificateList: "/content/composite/v1/search",
attachCertificate :"/certreg/v1/template/add",

search: "/custom_event/composite/search",
compositeSearch: "/custom_event/composite/search",
Expand Down
Loading