155 Commits

Author SHA1 Message Date
Eugenio Romano
b309961edb fix clean script, remove typing folder and install rimraf if is not present 2016-09-30 09:42:53 +01:00
Hussain Ashraf
4a05d77358 data automation id for tasklist 2016-09-29 16:15:09 +01:00
Denys Vuika
a00a1441d8 Fix 'refresh' button binding 2016-09-28 11:04:03 +01:00
Denys Vuika
be36bc98d8 Merge pull request #824 from Alfresco/dev-mvitale-807
Comment and Checklist diplayed are not for the correct task
2016-09-27 15:46:23 +01:00
mauriziovitale84
156c9b536a Move IconMapping in a separate Model 2016-09-27 14:16:43 +01:00
mauriziovitale84
073b230e70 Add custom color and icon 2016-09-27 14:16:43 +01:00
mauriziovitale84
6d8cc05f68 Fix taskId parameter to getTaskComment 2016-09-27 14:14:57 +01:00
Denys Vuika
8cb52cd48a Post-merge fixes 2016-09-26 10:02:19 +01:00
Denys Vuika
db063cefba Merge development branch
# Conflicts:
#	ng2-components/ng2-activiti-tasklist/index.ts
#
ng2-components/ng2-activiti-tasklist/src/components/activiti-filters.com
ponent.spec.ts
#
ng2-components/ng2-activiti-tasklist/src/components/activiti-task-detail
s.component.ts
#
ng2-components/ng2-activiti-tasklist/src/components/activiti-tasklist.co
mponent.spec.ts
#	ng2-components/ng2-alfresco-login/demo/package.json
2016-09-26 09:55:38 +01:00
Denys Vuika
af1d70db13 Upgrade ng2-activiti-tasklist/demo 2016-09-23 14:42:27 +01:00
Denys Vuika
dd2d41db2c Greatly reduced module imports hierarchy
- it is no longer needed manually importing numerous modules as
CoreModule re-exports them
2016-09-23 13:58:40 +01:00
Denys Vuika
ad40c24d0b Upgrade to release version of TypeScript (2.0.3) 2016-09-23 12:36:41 +01:00
Denys Vuika
44ca5063b6 Upgrade ng2-activiti-tasklist 2016-09-23 10:22:07 +01:00
Mario Romano
11d4ac4427 Merge pull request #800 from Alfresco/dev-mvitale-776
Automatically open the new task when the task is completed
2016-09-23 10:54:24 +02:00
mauriziovitale84
a2e5bca63e Improve test coverage 2016-09-22 17:06:17 +01:00
mauriziovitale84
63a7b27eed Refactoring and fix unit test 2016-09-22 17:06:08 +01:00
Will Abson
25a694ebd8 Add additional test for component's new reload() method
Refs #530
2016-09-22 16:29:08 +01:00
Will Abson
6c85aa7105 Remove console.log() statement 2016-09-22 14:57:42 +01:00
Will Abson
23af7f738f Add Complete Task button for tasks with no form
- Allows standalone tasks to be completed

Refs #530
2016-09-22 14:56:52 +01:00
Will Abson
faf4d7eeac Add new Start Task button
Refs #530
2016-09-22 14:55:25 +01:00
mauriziovitale84
1dffc2d100 Fix documentation 2016-09-22 14:45:12 +01:00
mauriziovitale84
eb3a812525 Add property showNextTask and refactoring 2016-09-22 14:45:03 +01:00
Denys Vuika
f922e5dd3e Upgrade ng2-activiti-tasklist 2016-09-21 21:27:39 +01:00
Mario Romano
5f4c0ae376 #786 analytics component 2016-09-21 18:45:51 +01:00
mauriziovitale84
a040c067e2 Fix hasForm problem 2016-09-21 14:32:44 +01:00
mauriziovitale84
37202780fe Fix filterList is shown twice 2016-09-21 14:31:41 +01:00
Denys Vuika
6104c5d669 Upgrade ng2-alfresco-upload, code fixes 2016-09-21 14:12:42 +01:00
Denys Vuika
4bc8d3b1a7 Merge pull request #780 from Alfresco/dev-mvitale-765-taskapp
add the default Task App
2016-09-21 09:42:30 +01:00
Denys Vuika
e5c35dd24e Merge pull request #773 from Alfresco/dev-mvitale-677
Filter the tasks/processes by Date instead of Name
2016-09-21 09:39:21 +01:00
mauriziovitale84
9b83798a63 add the default Task App 2016-09-20 17:38:21 +01:00
mauriziovitale84
b4ca418d44 add sort feature 2016-09-20 13:53:16 +01:00
Denys Vuika
ce518056be Update TS configs with the type libs 2016-09-19 16:33:45 +01:00
Denys Vuika
0ac4439c92 Upgrade ng2-activiti-tasklist 2016-09-19 12:52:30 +01:00
mauriziovitale84
4462247a2e Select the first filter as default 2016-09-19 09:48:13 +01:00
Denys Vuika
2c830d9693 Single place for translate pipe 2016-09-17 19:56:55 +01:00
mauriziovitale84
27d309611f Add LayoutType property to render List/Grid of the activiti apps 2016-09-16 16:04:33 +01:00
mauriziovitale84
6e62fb67e3 Improve unit tests 2016-09-15 12:17:09 +01:00
mauriziovitale84
0b4cd4b257 Filter activiti tasks using the appId 2016-09-15 11:15:14 +01:00
mauriziovitale84
ec14c01150 Add activiti apps component 2016-09-15 11:12:06 +01:00
mauriziovitale84
3e8a49edac Add default tasks filters 2016-09-14 09:42:15 +01:00
Denys Vuika
4c96b456b1 Merge branch 'development' into dev-denys-724 2016-09-12 13:20:23 +01:00
Denys Vuika
c36d430fc8 #724 correctly handle 'formKey' property
due to some reason Activiti stores/serializes null as a “null” string
rather than value for a ‘formKey’ property; added checks for this case
2016-09-12 13:08:05 +01:00
mauriziovitale84
40e82830ce Fix the activiti version 2016-09-12 13:03:38 +01:00
Denys Vuika
76b5faf63b Fix activiti form version in package.json 2016-09-12 10:55:59 +01:00
Mario Romano
f19670b550 version bump 2016-09-08 18:28:41 +01:00
mauriziovitale84
dc0ea9d828 Add first task selection on filter change 2016-09-08 13:31:44 +01:00
Mario Romano
4dacb47c7c onError event for form component 2016-09-08 09:06:13 +01:00
Mario Romano
3b9a10dbfc #706 custom empty tepmlate for task details 2016-09-07 16:02:18 +01:00
Mario Romano
f9210ba048 change needed for health care app 2016-09-06 19:18:35 +01:00
Mario Romano
e66b0ad516 Merge pull request #675 from Alfresco/dev-denys-638
Disable save and/or complete within an Activiti form for completed tasks #638
2016-09-05 15:23:55 +01:00