Commit Graph

2933 Commits

Author SHA1 Message Date
Maurizio Vitale
793432d89f [ADF-1695] Comment component - Fix the header key (#2462)
* Fix the comment header key

* Fix unit test

* Fix process comment
2017-10-16 12:21:13 +01:00
Eugenio Romano
fcb292c849 [ADF-1731] update material2 beta12 e angular2 4.4.5 (#2475)
* update material2 beta12
update angular2 4.4.5

* fix changed version js-api

* update types hammerjs

* fix test

* clean old doc

* fix pagination test

* fix test

* missing update packages

* fix <mat-form-field> for select box

* start task component test
2017-10-16 09:58:19 +01:00
Eugenio Romano
9663971256 Sanitise the component and Demo shell from embedded strings (#2474) 2017-10-14 14:27:41 +01:00
Cilibiu Bogdan
bfe8fc8d15 [ADF-1733] Restore files and folders from Trash (#2467)
* restore nodes

* changed @Inputs implementation

* NotificationService over mdSnackBar
2017-10-14 11:24:16 +01:00
Eugenio Romano
a102a7ffb2 [ADF-1684] [object Object] appears in People control when selecting the same name (#2472)
* object people component bug

* fix test people widget
2017-10-14 08:35:53 +01:00
Cilibiu Bogdan
892157f01c [ADF-1729] Mark Files and Folders as Favorite (#2466)
* favorite nodes

* removed fdescribe

* use Output over CustomEvent

* EventEmitter any
2017-10-13 10:34:25 +01:00
Eugenio Romano
a46cf4be64 [ADF-1724] Remove all log in favor of log service (#2465)
* remove console log from components

* remove console log from demo shell

* fix visibility issue

* fix error template

* remove console.log from spec

* fix tests

* fix test
2017-10-12 23:14:28 +01:00
Eugenio Romano
7647f97dda remove deep combinator (#2457) 2017-10-11 17:51:45 +01:00
Vito
c338e6913a [ADF-1679] added it translation for form validator messages (#2461) 2017-10-11 15:32:45 +01:00
Maurizio Vitale
2fff4d038e Remove processDefinitionKey from Process Model (#2459) 2017-10-11 13:46:41 +01:00
Vito
a4c427e9ee [ADF-1707] added translation for My Task default app (#2458) 2017-10-11 13:46:01 +01:00
Cilibiu Bogdan
c400d83b34 [ADF-1708] Context Menu - Material Design implementation (#2456)
* use angular material

* removed fdescribe
2017-10-11 10:14:52 +01:00
Vito
fcda2228fa [ADF-1679] added translation for form field validators (#2455)
* [ADF-1679] added translation for form field validators

* [ADF-1679] fixed typeahead test
2017-10-11 10:11:52 +01:00
Maurizio Vitale
2e0a6936aa ADF InfoDrawer the title and tabs label must be localized (#2454) 2017-10-11 10:10:25 +01:00
siva kumar
6f69f545ec [ADF-1672] Start Process - Improve the look and feel (#2437)
* [DW-180]  Start Process - Improve the look and feel.

* Created custom-button directive to have custom buttons inside the form.
* Updated en.json.
* Refactored start-process component.
* Added a property showEventIcon in start-form component.

* [DW-180] Start Process - Improve the look and feel.

* Refactored start-process scss file.
* Added some scss class to the html in start process/form components.
* Updated en.json.
* Added  ViewEncapsulation none.

* [ADF-1672] Start Process - Improve the look and feel .

* Removed Event icon.
2017-10-10 14:01:37 +01:00
Eugenio Romano
6016937ea2 renditions core test should not check the host 2017-10-09 17:05:23 +01:00
Eugenio Romano
44d1dd00d5 fix test processDefinitionKey model 2017-10-09 16:52:26 +01:00
Eugenio Romano
469a745b30 remove properties not present in model 2017-10-09 16:36:38 +01:00
Eugenio Romano
4617a3b1cf remove >>> in favor of ::ng-deep
fix license check
2017-10-09 15:51:07 +01:00
Eugenio Romano
6d9bbcbf32 1.9.0 2017-10-09 12:11:05 +01:00
Vito
317ca76741 [ADF-1688] Update value for the form field when is empty string (#2450) 2017-10-09 12:10:48 +01:00
Eugenio Romano
5f7bb98efe reintroduce old name export BC clean postpone in 2.0.0 2017-10-09 12:00:56 +01:00
Eugenio Romano
e90fbcf9bc [ADF-1689] fix task comment when the task is running (#2449)
* [ADF-1689] fix task comment when the task is running

* fix test
2017-10-09 00:01:22 +01:00
Vito
7db1a29f04 [ADF-1653] cleaned user suggestion when input type is an empty string (#2444)
* [ADF-1653] cleaned user suggestion when input type is an empty string

* [ADF-1653] removed wrong fdescribe

* [ADF-1653] improved behaviour of people widget

* Removed fdescribe
2017-10-06 21:46:43 +01:00
Eugenio Romano
fac532faa1 [ADF-1687] pass entire createdBy obj in user process constructor 2017-10-06 21:44:52 +01:00
Denys Vuika
31c3a5339a pagination fixes (#2448) 2017-10-06 20:51:43 +01:00
Eugenio Romano
70182c53aa [ADF-1685] tasklist is not loading after logout 2017-10-06 20:28:17 +01:00
Eugenio Romano
c9c5a1318e change indentation task-details 2017-10-06 18:05:52 +01:00
Eugenio Romano
85a275d66a make comments always editable for process (#2447)
make comments editable only when there are users involved
2017-10-06 17:27:10 +01:00
Denys Vuika
7894d687ab [ADF-1677] fix issues with paging (#2446)
* fix issues with paging

* update unit test
2017-10-06 17:17:34 +01:00
Eugenio Romano
48f0ccfc4f [ADF-1671] visibility fix use id instead of name during comparison (#2441)
* visibility fix use id instead of name during comparison

* fix tslint problems
2017-10-06 15:39:08 +01:00
Vito
8289492905 [ADF-1625] removed wrong select into typeahed widget, readded validati… (#2411)
* #ADF-1625 removed wrong select into typeahed widget, readded validation on blur

* #ADF-1625 added validator for typeahead fixed tests

* #ADF-1625 removed wrong fdescribe

* [ADF-1625] cleaned behaviour on typeahed

* [ADF-1625] fixed some selection bug on typeahed and start fixing test

* [ADF-1625] fixed typeahead test for autocomplete
2017-10-06 12:23:12 +01:00
Denys Vuika
100479f017 reset pagination on data source change (#2443) 2017-10-06 12:22:03 +01:00
Denys Vuika
bdd26e6c42 [ADF-1676] hide fake content in the viewer (#2442)
* hide fake content in the viewer

* add missing property
2017-10-06 12:21:47 +01:00
Eugenio Romano
e903168320 public peopleProcessService in search component in order to use it in template 2017-10-06 09:20:53 +01:00
Eugenio Romano
230c5cb00e remove prebuilt-themes from npmignore 2017-10-06 01:16:52 +01:00
Eugenio Romano
ad13bcafd6 fix user model process service and image loading (#2431) 2017-10-05 22:35:14 +01:00
Eugenio Romano
f9302869d1 [ADF-1674] align amount prefix widget 2017-10-05 18:14:14 +01:00
Denys Vuika
1ac8f9634f [ADF-1636] fix issues with i18n resource composing (#2434)
* fix issues with i18n resource composing

merge resources instead of concatenating, make 'app' resource always load last

refs #2412

* unit tests
2017-10-05 17:13:37 +01:00
Maurizio Vitale
6d3c3316d9 Fix Form Service parseForm (#2440) 2017-10-05 17:13:02 +01:00
Denys Vuika
337c97d94c fix the menu height issue (#2438) 2017-10-05 17:11:17 +01:00
andyhealey26
b8b3d0a3c9 Update en.json (#2436)
A couple of very minor changes (I'll raise a Jira next time, sorry!)
2017-10-05 15:39:30 +01:00
Eugenio Romano
4d0047b8d2 [ADF-1664] fix color text login for dark theme (#2433)
* fix color text login for dark theme

* fix test
2017-10-05 15:05:38 +01:00
Eugenio Romano
d21eacc22b User info center title (#2432) 2017-10-05 13:59:54 +01:00
Maurizio Vitale
3f1383e412 [ADF-1640] Start form - Get the variables from the process instance API (#2425)
* Get the variables from the process instance API
/api/enterprise/process-instances/XXX
instead of
/api/enterprise/process-instances/382/variables
because the latest api returns 404 if the process is completed

* Fix unit test

* Add field id
2017-10-05 12:29:09 +01:00
Denys Vuika
c9c22bc7c1 fix page size not being saved (#2429) 2017-10-04 22:59:15 +01:00
Popovics András
97d4ecd131 Fix breadcrumb responsiveness (#2430) 2017-10-04 22:56:39 +01:00
Popovics András
cc1efc9cd6 [ADF-1611] Demo shell responsiveness (#2426)
* Reapplying the unreappliable

* Fix buggy search button

* Fix settings

* Last bit of responsive stylings
2017-10-04 17:54:18 +01:00
Denys Vuika
12f5a219f5 support page picker for document list (#2424) 2017-10-04 15:03:11 +01:00
Maurizio Vitale
80b6e15420 [ADF-1629] Fix check the visibility before render the form (#2423) 2017-10-04 14:09:56 +01:00