mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
#463 add form to task list
This commit is contained in:
@@ -7,6 +7,12 @@ echo "====== linking component: ng2-alfresco-core ====="
|
||||
cd "$DIR/../ng2-components/ng2-alfresco-core"
|
||||
npm link
|
||||
|
||||
#LINK FORM
|
||||
echo "====== linking component: ng2-activiti-form ====="
|
||||
cd "$DIR/../ng2-components/ng2-activiti-form"
|
||||
npm link ng2-alfresco-core
|
||||
npm link
|
||||
|
||||
#LINK DATATABLE
|
||||
echo "====== linking component: ng2-alfresco-datatable ====="
|
||||
cd "$DIR/../ng2-components/ng2-alfresco-datatable"
|
||||
@@ -32,6 +38,7 @@ echo "====== linking component: ng2-activiti-tasklist ====="
|
||||
cd "$DIR/../ng2-components/ng2-activiti-tasklist"
|
||||
npm link ng2-alfresco-core
|
||||
npm link ng2-alfresco-datatable
|
||||
npm link ng2-activiti-form
|
||||
npm link
|
||||
|
||||
#LINK PROCESSLIST
|
||||
@@ -43,7 +50,6 @@ npm link
|
||||
|
||||
#LINK ALL THE OTHERS COMPONENTS
|
||||
for PACKAGE in \
|
||||
ng2-activiti-form \
|
||||
ng2-alfresco-login \
|
||||
ng2-alfresco-search \
|
||||
ng2-alfresco-upload \
|
||||
|
Reference in New Issue
Block a user