2446 Commits

Author SHA1 Message Date
Mario Romano
ac16f1c3dc 1.4.0 (#1848) 2017-04-27 14:05:12 +01:00
Denys Vuika
fb25cd34d0 Update README.md 2017-04-27 14:05:12 +01:00
Maurizio Vitale
50abe09edb Fix bug related to upload button permission (#1838)
* Add the permission check on the activiti button

* Fix code after unit test

* Add basic documentation

* Improve the code and fix the missing file issue

* Fix unit test after refactoring

* remove duplicate log
2017-04-27 14:05:11 +01:00
Eugenio Romano
e25b05d991 rating component #521 (#1810)
* rating component #521

* use adf prefix
2017-04-27 14:05:11 +01:00
Maurizio Vitale
1d45089125 #514 (#1840)
Follow the component guide style
The accordion should be open by default
2017-04-27 14:05:11 +01:00
Vito
93b8d3742f Added permission check on documentlist action menu (#1832)
* #ADF-166 - add permissin check on folder creation

* #ADF-166 - removed wrong pushed change

* #ADF-166 - improved permission check

* #ADF-166 - added test for menu action permission check

* #ADF-166 upgraded disabled attribute to match all the browsers

* #ADF-166 added peer review changes

* #ADF-166 added some little code improvements
2017-04-27 14:05:11 +01:00
Denys Vuika
dad7a575f7 disable debug button by default (#1836)
- debug button is now disabled by default for the Form and Task Details
- debug mode now enabled by the demo shell explicitly
2017-04-27 14:05:11 +01:00
Denys Vuika
1dd283b0d8 Form renderer enhancements (#1839)
- readonly mode for “Dynamic Table”
- “Display Value” now just uses “Dynamic Table” if needed (previously
rendered the table itself)
- support for “tableEditable” settings
2017-04-27 14:05:11 +01:00
Denys Vuika
95711616ca upload button enhancements (#1835)
- add support for [disabled] attribute
- move to angular/material icons
- improve demo shell layout (files.component)
2017-04-27 14:05:11 +01:00
Denys Vuika
39ffd515d9 Viewer readme cleanup (#1837) 2017-04-27 14:05:10 +01:00
Denys Vuika
554e0d79db documentation updates (#1831)
- new walkthrough on metadata-driven UI
2017-04-27 14:05:10 +01:00
Maurizio Vitale
1de625d960 Custom Filter Component (#1823)
* Add Accordion component

* Add property to hide icon

* Use accordion component in demo shell

* Add basic doc

* Add adf prefix

* Add element id and change unit test
2017-04-27 14:05:10 +01:00
Maurizio Vitale
0e4dab8b66 Disable upload button with no permission (#1820)
* Add the permission check on the activiti button

* Fix code after unit test

* Add basic documentation
2017-04-27 14:05:10 +01:00
Denys Vuika
721e96c01b fix checklist buttons (#1824) 2017-04-27 14:05:10 +01:00
Denys Vuika
87b479e720 datatable improvements (#1822)
- move ngSwitch outside of the ngFor directive (to avoid issues)
- improved template maintainance (without ngFor template hack)
- readme updates to reflect new features
2017-04-27 14:05:09 +01:00
Denys Vuika
6c2e56296f readme updates for Form component 2017-04-27 14:05:09 +01:00
Denys Vuika
82b32cde25 fix pagination styles (#1821) 2017-04-27 14:05:09 +01:00
Maurizio Vitale
87d889e8af Provide a way to retrieve the task filter by Id or by name (#1815)
* Provide a way to retrieve the task filter by Id or by name

* Update activiti-tasklist.service.ts

* Update activiti-tasklist.service.spec.ts

* Removed space
2017-04-27 14:05:09 +01:00
Maurizio Vitale
88edb1697a Provide a way to retrieve the process filter by id or name (#1817)
* Provide a way to retrieve the process filter by id or name

* Update activiti-process.service.ts
2017-04-27 14:05:09 +01:00
Eugenio Romano
d4cc54d561 hide Pagination in empty folder #1595 (#1811)
* hide Pagination in empty folder #1595

* unify isPaginationEnabled condition in template #1595
2017-04-27 14:05:09 +01:00
Vito
09f3a6e30f fix userinfo test (#1819)
* fix userinfo test

* Added changes from review
2017-04-27 14:05:09 +01:00
Eugenio Romano
0fcd40b7f0 revert update ng2-translate-version #1397 (#1818) 2017-04-27 14:05:08 +01:00
Vito
26da797398 #ADF-452-userinfo show full name on the banner (#1814)
* #ADF-452-userinfo show full name on the banner

* #ADF-452 - added improvement from PR
2017-04-27 14:05:08 +01:00
Maurizio Vitale
f6102dfc07 DocumentList - Check permissions on delete folder/file (#1808)
* Add check permission on delete folder/file

* Provide a way to disable the action when if there is no permission

* Improve the code using the external permission inside the folder/document action service

* Add basic documentation.
 - How disable the button when the permission is missing
 - How to show a notification message when the permission is missing

* Resize the image

* Change the value to true for demo purpose

* Update folder-actions.service.ts

* Update document-actions.service.ts
2017-04-27 14:05:08 +01:00
Eugenio Romano
ab3d18e5c1 update ng2-translate-version #1397 (#1805)
* update ng2-translate-version #1397

* change karma.conf and build for ng2-translate 4.0.0
2017-04-27 14:05:08 +01:00
Eugenio Romano
dba5d5a037 reload folder after success upload event only if is the event is related to the current folder #1637 (#1813) 2017-04-27 14:05:08 +01:00
Vito
4bee113e36 #1426 - Checklist task delete action (#1812)
* #1426 - added remove checklist feature on task details
* #1426 - Improved test for tasklist service
* 426 - added component test for deleting a checklist
2017-04-27 14:05:07 +01:00
Maurizio Vitale
d2f7a6858f Activiti form - Custom date format (#1806)
* Fix format date|
#1704

* Add unit tests on custom format date
#1704

* Update form-field.model.ts

* Update display-value.widget.ts
2017-04-27 14:05:07 +01:00
Vito
02052c3ea9 #1652 - Save and Export should appear on saved reports (#1807)
* #1652 - Save and Export should appear on saved reports

* #1652 - added some test and upgraded condition on html
2017-04-27 14:05:07 +01:00
Maurizio Vitale
7239b37dac Activtiti apps - Provide a way to filter the apps (#1804)
* Provide a way to filter the apps
#1389

* Add unit test
#1389

* Add documentation
#1389

* Improve docs
#1389

* Correct image

* Add parameter filtersAppId to docs
2017-04-27 14:05:07 +01:00
Vito
25a430c933 #1712 - Removed old private api call for wokflows users and groups (#1799)
* #1712 - changed workflow api call from private to enterprise

* #1712 - removed Testbed added injector
2017-04-27 14:05:07 +01:00
Eugenio Romano
a68b80390f Update README.md 2017-04-23 22:54:54 +01:00
Eugenio Romano
fc044507f8 1.3.0 (#1795) 2017-04-05 11:11:38 +01:00
Eugenio Romano
364e36f857 add test document menu component (#1802) 2017-04-05 11:11:38 +01:00
Eugenio Romano
a6c83f9c64 Notification service test (#1801) 2017-04-05 11:11:38 +01:00
Maurizio Vitale
e484eef348 Improve activiti content coverage (#1800) 2017-04-05 11:11:38 +01:00
Denys Vuika
fb11aae2b6 unit tests (#1798) 2017-04-05 11:11:38 +01:00
Denys Vuika
8272b08f6a demo app improvements (#1796)
- 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
2017-04-05 11:11:38 +01:00
Denys Vuika
d25d070229 use original error message for CORS/offline state in login (#1790)
* use original error message for CORS/offline state in login

* fix tests
2017-04-05 11:11:38 +01:00
Mario Romano
2802765fd6 #1711 fix version package.json 3rd libraries (#1768)
* #1711 fix version package.json 3rd libraries

* fix test
2017-04-05 11:11:38 +01:00
Eugenio Romano
7ac17bcc15 remove unused old travis file (#1793) 2017-04-05 11:11:38 +01:00
Vito
f7764a97ee #1657 - Added filter by name when clicking on specific app (#1794) 2017-04-05 11:11:38 +01:00
Maurizio Vitale
2c21eedc69 Activiti form - Dropdown display label in complete form (#1777)
* Dropdown - retrieve the label instead of the id

* Add unit test

* Use find instead of filter
2017-04-05 11:11:38 +01:00
Maurizio Vitale
3c25266bc9 The process filter should not be created twice (#1789) 2017-04-05 11:11:38 +01:00
Maurizio Vitale
548054c05e Close the dialog when the activiti content preview is cliecked (#1792) 2017-04-05 11:11:38 +01:00
Eugenio Romano
f75e2b05ea fix dropdown visibility #1593 (#1767)
* fix dropdown visibility #1593

* fix test search workaround material2 issue 1913
2017-04-05 11:11:38 +01:00
Denys Vuika
c316fcac18 add custom columns support for process list (#1787) 2017-04-05 11:11:38 +01:00
Denys Vuika
c3e38e87ab workaround for tooltips (#1786)
- migrate buttons to angular/material
- move buttons to the left (workaround for tooltips)
2017-04-05 11:11:38 +01:00
Denys Vuika
0a57c640ef fix datatable multi select checkboxes (#1784)
* fix datatable multi select checkboxes

* template cleanup

* fix unit tests
2017-04-05 11:11:38 +01:00
Vito
020952c174 #1517 - ADF-163 - Fixed wrong behaviour when task is created on the s… (#1785)
* #1517 - ADF-163 - Fixed wrong behaviour when task is created on the same selected filter

* 1517 - removed consecutives blank lines
2017-04-05 11:11:38 +01:00