53 Commits

Author SHA1 Message Date
Will Abson
94f11a1aae Set default sorting of processes based on started date
Refs #1307
2017-01-04 19:49:24 +00:00
Mario Romano
11894a9769 Dev mromano improveprocess (#1334)
* fix overload activiti

* fix reload tasklist

* fix process variables

* fix default filter

* improve process list

* fix tests process

* fix tests

* Fix test for form

* fix tests

* fix tests

* #fix activiti bug

* #fix activiti bug (reverted from commit c966395ed1087e1dedaf0af0923a89ba99d6ab9f)

* fix tests

* #fix header test bug

* fix tests

* fix process

* fix tests
2016-12-20 09:37:56 +00:00
Mario Romano
b4b008416c Merge pull request #1267 from Alfresco/dev-mvitale-1174
Report rename
2016-12-14 17:06:35 +00:00
Denys Vuika
394e5bec6c fix blocking issue with bpm controllers 2016-12-14 15:34:12 +00:00
mauriziovitale84
8bfa71bc48 #1174 Refresh the report list after edit report title 2016-12-14 15:14:37 +00:00
Mario Romano
8d619da667 #1146 load right filter on create task (#1250) 2016-12-13 22:53:49 +00:00
Mario Romano
6c7e28a83f #1176 improve responsiveness task list and process list (#1235) 2016-12-13 15:32:31 +00:00
Mario Romano
8e9cab657a #1157 reload process list (#1238) 2016-12-13 14:36:07 +00:00
Mario Romano
d7e6f08448 Merge pull request #1210 from Alfresco/dev-denys-webpack
Webpack integration
2016-12-09 17:07:03 +00:00
Denys Vuika
c7167bb812 basic webpack setup 2016-12-06 15:39:22 +00:00
Will Abson
72fc9a0b5d Add process variables component to demo app
Refs #775
2016-12-05 12:32:22 +00:00
Denys Vuika
294f7c0ec1 #1190 routing improvements, bug fixes (#1193)
- split apps view and single app view to reflect Activiti UI
- dedicated route for each app tasks: /activiti/apps/:appId/tasks
- remove performance bottleneck for activiti demo (AfterViewChecked)
- load stencil controllers together with Tasks view (fixes #1190)
2016-12-01 16:27:07 +00:00
Will Abson
87412a4590 Do not reload process instances in list after starting new instance
Refs #1048
2016-11-25 19:09:06 +00:00
Will Abson
a6a5400956 Move Start Process form into Process List view
Refs #1048
2016-11-25 19:09:06 +00:00
Will Abson
8a85c69256 Add plain button to allow navigation from Processes screen again
Refs #1048
2016-11-25 19:09:06 +00:00
Will Abson
9e7ca14ec9 Separate Start Process UI from dialog
- Add Start Process section in demo shell
- Remove old component in filters component

Refs #1048
2016-11-25 19:09:06 +00:00
mauriziovitale84
e127837bcc #1107 Fixes demo and documentation 2016-11-25 19:09:05 +00:00
Vito Albano
1121a387fd Fix task reload on form completed 2016-11-25 19:07:32 +00:00
Denys Vuika
24daa074e0 #967 custom stencil mapping demo 2016-11-25 19:07:32 +00:00
Denys Vuika
de4537f0e4 #967 internal demo for custom editors (demo shell) 2016-11-25 19:07:32 +00:00
Mario Romano
52cded3efc Merge pull request #1055 from Alfresco/dev-eromano-1050
After cancelling a process list is not refreshed #1050
2016-11-10 22:48:45 +00:00
Eugenio Romano
40dddf32d4 After cancelling a process list is not refreshed #1050 bubbling events and implements reload 2016-11-10 18:55:34 +00:00
Will Abson
4f22a4da14 Reload processlist after starting new process
Refs #1036
2016-11-10 18:15:35 +00:00
Mario Romano
74dc82c445 reduce complexity of the code 2016-11-09 10:56:35 +00:00
mauriziovitale84
d54b318efd Analitycs component demoshell integration 2016-10-10 10:41:21 +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
Will Abson
faf4d7eeac Add new Start Task button
Refs #530
2016-09-22 14:55:25 +01:00
mauriziovitale84
01c16c25fd Fix build errors 2016-09-22 10:50:06 +01:00
mauriziovitale84
dda8adbf5f Show the TaskList when an app is select 2016-09-21 14:32:23 +01:00
Denys Vuika
3fcc84cd02 Upgrade demo-shell 2016-09-21 12:09:14 +01:00
mauriziovitale84
3eb00a2f83 use sort feature 2016-09-20 13:53:35 +01:00
mauriziovitale84
4462247a2e Select the first filter as default 2016-09-19 09:48:13 +01:00
mauriziovitale84
27d309611f Add LayoutType property to render List/Grid of the activiti apps 2016-09-16 16:04:33 +01:00
mauriziovitale84
9343064cf0 Fix build errors 2016-09-16 09:43:07 +01:00
mauriziovitale84
6e62fb67e3 Improve unit tests 2016-09-15 12:17:09 +01:00
mauriziovitale84
4df6a763f9 Add activiti apps component in the demo shell 2016-09-15 11:16:00 +01:00
Vito Albano
24a9d08918 fixed trailing comma 2016-09-14 12:20:53 +01:00
mauriziovitale84
3e8a49edac Add default tasks filters 2016-09-14 09:42:15 +01:00
Denys Vuika
da65e917c6 Fix demo shell TS error 2016-09-12 10:06:18 +01:00
mauriziovitale84
638a52dc25 Provide an url to filter by appId 2016-09-08 16:27:30 +01:00
mauriziovitale84
dc0ea9d828 Add first task selection on filter change 2016-09-08 13:31:44 +01:00
mauriziovitale84
6cdc994798 Fix total number task 2016-09-05 12:19:23 +01:00
mauriziovitale84
c31f0a08a7 refresh tasklist after complete task 2016-09-01 15:23:45 +01:00
Will Abson
16b67df7f8 Add Start Process button
Refs #492
2016-08-29 10:59:17 -04:00
Will Abson
3b87b450c0 Add processlist component to demo shell
- Improvements to and rename list component
  - Add many more processlist components (filters, details, header,
    tasks)
  - Add dependency on tasklist component
  - Glue into demo-shell
  - Add Karma config but not actual tests yet

Refs #492
2016-08-29 10:59:02 -04:00
Denys Vuika
9f9187c3da #533 allow explicitly making entire form readonly 2016-08-15 12:25:55 +01:00
mauriziovitale84
4c2f12f821 Fixed onInit problem 2016-07-29 14:43:32 +01:00
mauriziovitale84
421b21017a Fix unused variable 2016-07-29 11:56:49 +01:00
mauriziovitale84
8b96d5e8aa Improve the task list component
- Customize the task list column passing the json schema instead of DataTableAdapter
 - Add function to add people
 - Add function to add comments
 - Add function to add checklist
 - TaskFilter as a differenct component
 - Change the layout in the demo shell
 - Using Tabs instead of dropdown
2016-07-29 11:56:49 +01:00
mauriziovitale84
5e9cbcdfeb Use the activiti page instead of task page in the demo shell 2016-07-29 11:56:12 +01:00