* #1426 - added remove checklist feature on task details
* #1426 - Improved test for tasklist service
* 426 - added component test for deleting a checklist
- fix navigation within process details
- fix ‘create task’ button name (was ‘start task’ previously)
- put ‘create task’ and ‘start process’ buttons to proper places in
layout
* Provide a FormService event when you click on the uploaded content
* Add a formContentClick event to the Form component
* Provide a way to pass Blob to viewer
* Provide a way to use the viewer using a Blob
- Fix the pdf viewer
- Fix the image viewer
- Fix the media viewer
* Update the viewer documentation
* Use the ContentService provided by the core
* Fix and improve unit test
* Add unit test blob viewer
* extra DOM events for DataTable
- support for ‘row-click’ DOM event (bubbling)
- support for ‘row-dblclick’ DOM event (bubbling)
- DataRowEvent exposes ‘sender’ property to simplify access to
component from within handlers
- readme and test updates
* fix unit tests
* support for column definitions in html
- provides generic support for html-based column definitions for
datatable-like controls
* html column definitions for Task List component
* html column definitions for Document List component
* update code and documentation
* #1184 - adding save export and delete to report
* #1184 - added save button for report
* #1184 - improved export file
* 1184 - fix condition for save and export button
* #1184 - added custom validator for dropdown to avoid wrong selection
* #1184 -start fixing form model
* #1184 - added dynamic build for formBuilder
* #1184 - rebased to development
* #1184 - little test refactoring
* #1184 - added test and some fix
* #1184 - added new events
* #1184 - removed old changes to api service
- Ensures that the newly-started process is *always* shown
- No need to reload the list any more as not shown
- Filter component shows no selected filter when starting process
- User can exit Start Process by clicking a filter again
Refs #1332, #1307
- 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)
- 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
- 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