Commit Graph

2502 Commits

Author SHA1 Message Date
Will Abson
7fe4dfc9da New tests for process list
Refs #1048
2016-11-25 19:09:06 +00:00
Will Abson
d416488f85 Add boolean flag to reload() 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
Eugenio Romano
ae6f4eeb1c fix any type build 2016-11-25 19:09:06 +00:00
Denys Vuika
b7c0553317 #885 amount validation 2016-11-25 19:09:06 +00:00
Denys Vuika
deb2915262 #755 fix currency label 2016-11-25 19:09:05 +00:00
Denys Vuika
a3bfd532db #755 date picker fixes
fix and issue with opening a date picker after typing incorrect date
2016-11-25 19:09:05 +00:00
Denys Vuika
7ea09bbde0 #755 placeholders support 2016-11-25 19:09:05 +00:00
mauriziovitale84
96ce41fcec Fix process unit test and add activiti apps documentation 2016-11-25 19:09:05 +00:00
mauriziovitale84
74fb64458c Fix documentation Process/Task 2016-11-25 19:09:05 +00:00
mauriziovitale84
e127837bcc #1107 Fixes demo and documentation 2016-11-25 19:09:05 +00:00
mauriziovitale84
1501e2c2cc Fix demo after refactoring 2016-11-25 19:09:05 +00:00
mauriziovitale84
2bcb8e9b04 #1107 Process list refactoring 2016-11-25 19:09:05 +00:00
mauriziovitale84
3f826bf47a Tasklist component refactoring - Use the same code in the processes and tasks list 2016-11-25 19:09:05 +00:00
mauriziovitale84
2f9388710e Fix error typing 2016-11-25 19:09:05 +00:00
mauriziovitale84
44137ecbbe #1107 Improve TaskList - The load method is called twice 2016-11-25 19:09:05 +00:00
mauriziovitale84
d905aaa0cf Fix remove default sorting on the fist column 2016-11-25 19:09:05 +00:00
mauriziovitale84
b0749e9ed3 Improve task list unit test 2016-11-25 19:09:05 +00:00
mauriziovitale84
f32e20e3d9 Fix task list filter by processDefinitionKey 2016-11-25 19:09:04 +00:00
Will Abson
f70c52a9f7 Remove rogue equals sign char in markup 2016-11-25 19:09:04 +00:00
Will Abson
2adf0e28f9 Fix new tests on Travis
Refs #1066
2016-11-25 19:09:04 +00:00
Will Abson
d2e0444dca Add additional test for dialog polyfill
Refs #1066
2016-11-25 19:09:04 +00:00
Will Abson
7013918d35 Add additional tests for start button state
Refs #1066
2016-11-25 19:09:04 +00:00
Will Abson
ac4c31a1d0 Remove Jasmine-style done() from test
Refs #1066
2016-11-25 19:09:04 +00:00
Will Abson
6c0cfee617 Add new tests for dealing with errors
Refs #1066
2016-11-25 19:09:04 +00:00
Denys Vuika
f3802728e3 docs on form renderer service 2016-11-25 19:07:33 +00:00
Vito Albano
5ce59c9954 #1080 - added test for dropdown editor of dynamic table 2016-11-25 19:07:33 +00:00
Will Abson
1c2b2fa40a Display selected file name when re-selected after clear
Refs #812
2016-11-25 19:07:33 +00:00
Vito Albano
f64ef77d41 Add test for dropdown widget 2016-11-25 19:07:33 +00:00
Will Abson
b79319d1b5 Reset form when cancel button clicked
- Remove use of any in component and add types
- Small refactoring of method name
- Add many more tests

Refs #1066
2016-11-25 19:07:33 +00:00
Denys Vuika
dd13cb3707 Unit tests for rendering service 2016-11-25 19:07:33 +00:00
Denys Vuika
1032f74100 Unit tests and code cleanup 2016-11-25 19:07:33 +00:00
Will Abson
8f97c76668 Complete test coverage for ActivitiProcessService
Refs #849
2016-11-25 19:07:32 +00:00
Will Abson
335deed54a Remove diff output
Refs #849
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
Denys Vuika
effedab739 #967 code cleanup 2016-11-25 19:07:32 +00:00
Vito Albano
384e246386 #1001 - fix label for dialog 2016-11-25 19:07:32 +00:00
Denys Vuika
ee56a1faa6 #967 rework container model structure
- now FormFieldModel provides information about columns and child fields
- greatly simplified models
- visibility engine fixes
2016-11-25 19:07:32 +00:00
Vito Albano
e114534bc5 #1091 - fix typeahead widget 2016-11-25 19:07:31 +00:00
mauriziovitale84
29c5b61c00 #1082 readonly checkbox value 2016-11-25 19:07:31 +00:00
Denys Vuika
f81f78d311 #967 container widgets reworked
- moved internals of container widget to corresponding folder
- moved internals of dynamic table to corresponding folder
2016-11-25 19:07:31 +00:00
Denys Vuika
084d962230 #967 dynamic container resolution 2016-11-25 19:07:31 +00:00
Denys Vuika
3092cfddaa #976 dynamically resolve form primitives 2016-11-25 19:07:31 +00:00
mauriziovitale84
7ff6fd7150 #987 Fix documentation 2016-11-25 19:07:31 +00:00
Will Abson
6fdb634f96 Fix tests for undefined/null processInstanceDetails
Refs #849
2016-11-25 19:07:31 +00:00
Will Abson
840912967e Use event to close dialog
- Work around close handler method being private

Refs #849
2016-11-25 19:07:31 +00:00
Will Abson
5f60760cd5 New tests for processlist components
Refs #849
2016-11-25 19:07:31 +00:00
Will Abson
7fa92e250d Add processlist tests
Refs #849
2016-11-25 19:07:31 +00:00
Will Abson
f49902c3de Externalise processlist styles
Refs #849
2016-11-25 19:07:31 +00:00
Vito Albano
c8e5c07d76 Improved test coverage for dropdown 2016-11-25 19:07:30 +00:00