Commit Graph

2679 Commits

Author SHA1 Message Date
Denys Vuika
9997e5a9cf [ASF-1227] new adf-node-permission directive (#2154)
* directive implementation

* update docs

* unit tests and api docs

* code improvements

* simplify code

* update type def and docs
2017-08-02 17:34:48 +01:00
Deepak Paul
ac45c2dc9c [ADF-1143] [TaskList] - Not able to start a task when changing the assignee from the 'Start Task' form (#2164)
* [ADF-1143] [TaskList] - Not able to start a task when changing the assignee from the 'Start Task' form

* Create task has been split into three diffrent service calls to replicate the ecxact behaviour of APS

* Current API call sequence is create-task -> attach-form -> assign-user

* Added a new service assign task

* Modified tests according to the API calls

* [ADF-1143] [TaskList] - Not able to start a task when changing the assignee from the 'Start Task' form

* Added responsive behaviour for APIs

* [ADF-1143] [TaskList] - Not able to start a task when changing the assignee from the 'Start Task' form

*Code refactoring
2017-08-02 17:32:47 +01:00
Denys Vuika
7b11fc24ac replace 'template' with 'ng-template' (#2167) 2017-08-02 14:27:59 +01:00
Denys Vuika
ae11297a90 remove useless date conversion (#2165)
fixes the bug for Safari whent dates get corrupted on double conversion (createdAt/modifiedAt are already dates)
2017-08-02 11:46:08 +01:00
Denys Vuika
15bdeffeee Optional automatic translation of column headers (#2166) 2017-08-02 11:44:19 +01:00
Denys Vuika
ba41f49cd7 fix local build (#2163)
fixes local builds with 'start.sh -dev'
2017-08-01 21:46:27 +01:00
Eugenio Romano
eeb8ca0bbc remove duplication 2017-08-01 11:11:35 +01:00
Eugenio Romano
20d7d65a0b revert modify after rebase 2017-08-01 11:10:23 +01:00
Eugenio Romano
206a0e99cc update script modify 2017-08-01 10:26:22 +01:00
Eugenio Romano
036243ad35 update 1.7.0 versions (#2158) 2017-08-01 10:20:48 +01:00
Eugenio Romano
21205e3d45 sites dropdown select documentation change 2017-08-01 10:20:36 +01:00
Maurizio Vitale
87184c5611 [ADF-1229] Task Filter - Wrong task filter is selected when a new task is created (#2147)
* Select the correct task filter after a new task is created

* Fix currentFilter
2017-08-01 10:20:36 +01:00
Maurizio Vitale
04de7e2791 Reset the margin for the people component (#2148) 2017-08-01 10:20:36 +01:00
Denys Vuika
f413e44365 fix issues with angular cli imports (#2149)
solves issues with "Cannot find name 'require'." errors when linking to Angular CLI.
2017-08-01 10:20:36 +01:00
Eugenio Romano
a083c88a89 Custom Material2 Style variables and theming (#2146)
* ADF theming Material2

* login style primary buttons and input

* fix color breadcrumb based on the material color
2017-08-01 10:20:35 +01:00
mauriziovitale84
14c4af1304 Reset the margin for the people component (reverted from commit 5a37d8566a) 2017-08-01 10:20:35 +01:00
mauriziovitale84
85c920ab7c Reset the margin for the people component 2017-08-01 10:20:35 +01:00
Popovics András
2f36777598 [ADF-1097] Don't upload file if extension is not acceptable (#2143)
* FileModel's extension getter

* Filter out not supported extension from upload
2017-08-01 10:20:35 +01:00
siva kumar
ddc32328d8 [ADF-1175] Start Process and Start Task Forms don't close when Cancel button is clicked (#2133)
* [ADF-1175] Start Process and Start Task Forms don't close when Cancel button is clicked.

* Added Start task/process cancel emitter handler to redirect when user clicks on cancel start/process .

* [ADF-1175] Start Process and Start Task Forms don't close when Cancel button is clicked.

* Changed activiti-start-task to adf-start-task
* Changed onSuccess to success and Updated     document.

* [ADF-1175] Start Process and Start Task Forms don't close when Cancel button is clicked

* Refactored  start task component unit testcases
2017-08-01 10:20:35 +01:00
siva kumar
cdf75c6be5 [ADF-1168] Tasks header component and Processes header component have different margins (#2139)
* [ADF-1168]  Tasks header component and Processes header component have different margins

*  Removed padding from process header component and used md-card-content .

* [ADF-1168] Tasks header component and Processes header component have different margins

* Removed the external div.
* Added css class to task header component to override default roboto font

* Update process-instance-details.component.css

* Update process-instance-header.component.html

* Update task-header.component.html

* Update process-instance-header.component.html

* Update task-header.component.html
2017-08-01 10:20:35 +01:00
Maurizio Vitale
4d49c9176f Fix date css (#2142) 2017-08-01 10:20:35 +01:00
Vito
64f5b293d7 Added node pagination to SiteModel (#2136) 2017-08-01 10:20:35 +01:00
Maurizio Vitale
792bb3c41a Fix method name (#2135) 2017-08-01 10:20:35 +01:00
Denys Vuika
274128ad86 fix the favorites api (#2129)
- fix the crash related to remapping entities
2017-08-01 10:20:34 +01:00
tdonovancsra
d54eb57573 508 Compliance Resolution for the App tiles. (#2131) 2017-08-01 10:20:34 +01:00
Cilibiu Bogdan
d629c7688c [ADF-924] upload dialog unit tests (#2132) 2017-08-01 10:20:34 +01:00
Deepak Paul
834aa44e39 [ADF-1149] 'Remove' involved people of a task button is displayed behind the dialog (#2130)
* Removed mdl dialogs for comments and people
* Removed list-column CSS class from activiti-demo component to show tasks/process list and details in the same row on low resolution screens
2017-08-01 10:20:34 +01:00
Popovics András
47c229d907 Fix styling of card view text item ruined by global material styles :'( (#2128) 2017-08-01 10:20:34 +01:00
Popovics András
6947861ec9 Make the rendition conversion great again (#2126) 2017-08-01 10:20:34 +01:00
Maurizio Vitale
bc2825f269 [ADF-1162] Form List - Fix the getForms service response (#2125)
* Fix the getForms service response

* Fix unit test
2017-08-01 10:20:34 +01:00
Adina Parpalita
58de71dbdf [ADF-1159] Fix misspellings in .md files (#2124) 2017-08-01 10:20:34 +01:00
Popovics András
38fb5ea519 [ADF-1041] Node picker, first iteration (#2122)
* First try

* Dialog basic functionality

* Search input

* Hammering it together

* Fist working proto for copy

* Fix the tests and tslint errors for a happier world

* Add more tests (and test shells for the future)

* copyNode and moveNode methods

* Copy and move actions for content type

* Extract common parts in favor of using them in folder content type also

* Small fixes

* Copy and Move actions for folders as well

* Style fixes, ui behaviours and tests needed to be written

* Move duplicated search service from documentlist to core

* Use search service from core within the search component

* Fix dialog width

* Update docs

* Tests for node selector

* Change seletionMade event's name to select
2017-08-01 10:20:34 +01:00
Deepak Paul
46b91f86d1 [ADF-1147] Form is not rendered properly when starting a new process. (#2120)
* Removed unwanted container div
2017-08-01 10:20:33 +01:00
Maurizio Vitale
f0490f32b4 Add the show diagram button (#2121) 2017-08-01 10:20:33 +01:00
Cilibiu Bogdan
1ed56460cc [ADF-924] Upload Component enhancements (#2115)
* changed logic/design

* restored dialog component spec

* revert changes

* update upload dialog documentation

* public over private

* component close method
2017-08-01 10:20:33 +01:00
siva kumar
d5bdadde0d [ADF-1138] Start Task Form Assignee dropdown show null value inside (#2118)
* [ADF-1138] Start Task Form Assignee dropdown show null value inside

* Changed Form Assignee dropdown show null value.

* [ADF-1138] Start Task Form Assignee dropdown show null value inside

* Refactored unit testcases.
2017-08-01 10:20:33 +01:00
Deepak Paul
2e3b081bc4 [ADF-1081] Scroll bar is missing in comments component (#2117)
* Minor css improvement for Comments component

* Added max-height property to show scroll in dialog
2017-08-01 10:20:33 +01:00
Maurizio Vitale
19835732a5 [ADF-1142] Process instance details - should show the comment componen (#2116)
* Add a comment button in the process details component has we have for the task details

* Update process-instance-details.component.css

* Update process-instance-details.component.html
2017-08-01 10:20:33 +01:00
Eugenio Romano
2449da995b Update README.md 2017-08-01 10:20:33 +01:00
Eugenio Romano
8a6002ab4c style permissions fix and add in hasPermission possibility to check t… (#2113)
* style permissions fix and add in hasPermission possibility to check the negate permission
* remove fdescribe in discovery test and add test for negate permissions
2017-08-01 10:20:33 +01:00
Denys Vuika
619112c0ba replace MDL sidebar with material2 menus (#2112)
* replace MDL sidebar with material2 menus

- separate language picker
- separate "more" menu

* toolbar theme picker

* fix toolbar button colors for different themes

* revert the commented out code
2017-08-01 10:20:33 +01:00
Infad Kachancheri
0767bb6b20 changed parent name key from processDefnitionId to processInstanceId (#2111) 2017-08-01 10:20:33 +01:00
Denys Vuika
fdaa7bd00e update readme (#2110) 2017-08-01 10:20:32 +01:00
Denys Vuika
cd8e53c2ff [ADF-1134] selection management fixes (#2109)
* selection management fixes

* remove dual behaviour
2017-08-01 10:20:32 +01:00
Denys Vuika
f906b056c3 basic toolbar docs and screenshots (#2108) 2017-08-01 10:20:32 +01:00
Denys Vuika
855469c076 update content apis with extra params (#2107) 2017-08-01 10:20:32 +01:00
Eugenio Romano
92f2ffd878 regenerate lock documentlist 2017-08-01 10:20:32 +01:00
Eugenio Romano
0b70ba6a6a create external package on npm for adf-tslint-rules
create external package on npm for adf-tslint-rules
2017-08-01 10:20:31 +01:00
Infad Kachancheri
d669f5eb69 [ADF - 1114] Process comments - Share the same comment between Task and Process (#2105)
* changed process comment template and used task comment component

* changed getTaskComment, getProcessInstanceComment, addTaskComment and addProcessInstanceComment to getComments and addComment

* removed provider from task comment component

* extended tasklist service and changed comment-list container css

* changed process service methods and associated test cases

* added error emitter and test cases for process-comments component

* fixed process header component test case
2017-08-01 10:20:31 +01:00
Maurizio Vitale
33fc2373ae [ADF-1108] Task header - Show the parent name as a clickable value (#2098)
* Add a MapItem component inside the CardVied
Add a way to define a property clickable

* Fix unit test

* Add basic documentation
Unify css class name

* Fix class name

* remove unused class
2017-08-01 10:20:31 +01:00