[ADF-3.2.0] review link doc (#4689)

* review link doc
This commit is contained in:
Eugenio Romano
2019-05-03 14:30:35 +01:00
committed by GitHub
parent f40eb2560b
commit 42d02146fd
69 changed files with 736 additions and 579 deletions

View File

@@ -422,8 +422,8 @@ Below you can find a detailed list of tickets addressed in the new release. For
- \[[ADF-810](https://issues.alfresco.com/jira/browse/ADF-810)] - Radio button list is selecting the first value behind the scenes when nothing is selected - 1963 Github
- \[[ADF-833](https://issues.alfresco.com/jira/browse/ADF-833)] - Data table - single and double click
- \[[ADF-842](https://issues.alfresco.com/jira/browse/ADF-842)] - Error is received in console log when a form is completed
- \[[ADF-883](https://issues.alfresco.com/jira/browse/ADF-883)] - [`UserInfo`](../../lib/content-services/document-list/models/document-library.model.ts) - Build errors
- \[[ADF-884](https://issues.alfresco.com/jira/browse/ADF-884)] - [`FormComponent`](../core/components/form.component.md) - Compilation error
- \[[ADF-883](https://issues.alfresco.com/jira/browse/ADF-883)] - [`UserInfo`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/UserInfo.md) - Build errors
- \[[ADF-884](https://issues.alfresco.com/jira/browse/ADF-884)] - [`FormComponent`](../process-services/components/form.component.md) - Compilation error
- \[[ADF-893](https://issues.alfresco.com/jira/browse/ADF-893)] - Create Attachment Task/Process - Compilation error
- \[[ADF-897](https://issues.alfresco.com/jira/browse/ADF-897)] - ActivitiPeopleList - use the prexif adf
- \[[ADF-906](https://issues.alfresco.com/jira/browse/ADF-906)] - data property on activiti-form component do not react on changes - 2007 Github

View File

@@ -246,8 +246,8 @@ Two new methods has been added into the alfresco-js-api to support retrieve the
| API | Name | HTTP method | URL | Description |
| --- | ---- | ----------- | --- | ----------- |
| _ActivitiPublicRestApi.TaskApi_ | [**getTaskAuditJson**](https://github.com/Alfresco/alfresco-js-api/blob/a82ce3bbe56cb0944f8771d14193704b571adf96/src/alfresco-activiti-rest-api/docs/TaskApi.md#getTaskAuditJson) | **GET** | /api/enterprise/tasks/{taskId}/audit | Retrieve audit infromation in json format |
| _ActivitiPublicRestApi.TaskApi_ | [**getTaskAuditPdf**](https://github.com/Alfresco/alfresco-js-api/blob/a82ce3bbe56cb0944f8771d14193704b571adf96/src/alfresco-activiti-rest-api/docs/TaskApi.md#getTaskAuditPdf) | **GET** | /app/rest/tasks/{taskId}/audit | Retrieve the task audit infromation in pdf format |
| _ActivitiPublicRestApi.[TaskApi](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api-legacy/activiti-rest-api/docs/TaskApi.md)_ | [**getTaskAuditJson**](https://github.com/Alfresco/alfresco-js-api/blob/a82ce3bbe56cb0944f8771d14193704b571adf96/src/alfresco-activiti-rest-api/docs/TaskApi.md#getTaskAuditJson) | **GET** | /api/enterprise/tasks/{taskId}/audit | Retrieve audit infromation in json format |
| _ActivitiPublicRestApi.[TaskApi](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api-legacy/activiti-rest-api/docs/TaskApi.md)_ | [**getTaskAuditPdf**](https://github.com/Alfresco/alfresco-js-api/blob/a82ce3bbe56cb0944f8771d14193704b571adf96/src/alfresco-activiti-rest-api/docs/TaskApi.md#getTaskAuditPdf) | **GET** | /app/rest/tasks/{taskId}/audit | Retrieve the task audit infromation in pdf format |
For further details about those endepoints please refer to the [official documentation](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-activiti-rest-api/docs/TaskApi.md)
@@ -343,7 +343,7 @@ Release Notes - Apps Development Framework - Version 1.7.
- \[[ADF-819](https://issues.alfresco.com/jira/browse/ADF-819)] - Snackbar does not appear when uploading files via DnD
- \[[ADF-923](https://issues.alfresco.com/jira/browse/ADF-923)] - Involved user should not be able to see 'Complete' button as active in a task.
- \[[ADF-939](https://issues.alfresco.com/jira/browse/ADF-939)] - [Login] Sign in button does not stay at the bottom
- \[[ADF-943](https://issues.alfresco.com/jira/browse/ADF-943)] - APS ContentApi is not present on index.d.ts and SitesApi is not complete
- \[[ADF-943](https://issues.alfresco.com/jira/browse/ADF-943)] - APS [ContentApi](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/api/content.api.ts) is not present on index.d.ts and [SitesApi](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/api/sites.api.ts) is not complete
- \[[ADF-945](https://issues.alfresco.com/jira/browse/ADF-945)] - 'Undefined' is displayed in 'attach file' widget after restore.
- \[[ADF-950](https://issues.alfresco.com/jira/browse/ADF-950)] - when the [`Form`](../../lib/process-services/task-list/models/form.model.ts) in readonly mode you can edit the date
- \[[ADF-957](https://issues.alfresco.com/jira/browse/ADF-957)] - Duplicate Rest calls are made for fields where Rest end points are given

View File

@@ -350,7 +350,7 @@ Release Notes - Apps Development Framework - Version 1.9.
- \[[ADF-1249](https://issues.alfresco.com/jira/browse/ADF-1249)] - Remove mdl from ng2-activiti-diagrams
- \[[ADF-1250](https://issues.alfresco.com/jira/browse/ADF-1250)] - Remove mdl from ng2-activiti-analytics
- \[[ADF-1251](https://issues.alfresco.com/jira/browse/ADF-1251)] - Remove mdl from demo shell
- \[[ADF-1492](https://issues.alfresco.com/jira/browse/ADF-1492)] - Document List - Export [`ContentNodeSelectorComponent`](../content-services/components/content-node-selector.component.md) and [ContentNodeSelectorComponentData](../../lib/content-services/content-node-selector/content-node-selector.component-data.interface.ts)
- \[[ADF-1492](https://issues.alfresco.com/jira/browse/ADF-1492)] - Document List - Export [`ContentNodeSelectorComponent`](../content-services/components/content-node-selector.component.md) and [`ContentNodeSelectorComponentData`](../../lib/content-services/content-node-selector/content-node-selector.component-data.interface.ts)
- \[[ADF-1496](https://issues.alfresco.com/jira/browse/ADF-1496)] - Remove "Disable upload button when user has no permissions" switch.
- \[[ADF-1504](https://issues.alfresco.com/jira/browse/ADF-1504)] - Rename UserInfoComponentModule to [`UserInfoModule`](../../lib/core/userinfo/userinfo.module.ts)
- \[[ADF-1515](https://issues.alfresco.com/jira/browse/ADF-1515)] - Internationalization - ADF strings review

View File

@@ -232,7 +232,7 @@ For more details please refer to [Upload button documentation](../content-servic
### 8. Register Alfresco file type icons within the mat-icon
All the ADF MIME type icons are now registered into the [MatIconRegistry](https://material.angular.io/components/icon/api). This improvement allows you to use all the icons through the mat-icon tag:
All the ADF MIME type icons are now registered into the [`MatIconRegistry`](https://material.angular.io/components/icon/api). This improvement allows you to use all the icons through the mat-icon tag:
![](images/Untitled.gif)
@@ -256,7 +256,7 @@ The [log service](../core/services/log.service.md) provides 6 level of logs: TRA
### 10. Favorite node directive
The [NodeFavoriteDirective](../core/directives/node-favorite.directive.md) instance can be bound to a button to retrieve and manage a favorites node list:
The [`NodeFavoriteDirective`](../core/directives/node-favorite.directive.md) instance can be bound to a button to retrieve and manage a favorites node list:
<button mat-icon-button
#favorite="adfFavorite"
@@ -485,7 +485,7 @@ The **extension-viewer** tag (used to extend the viewer behavior to open extensi
| Properties | Description |
| ---------- | ----------- |
| showNotificationBar | Deprecated in 1.6.0 you can use [`UploadService`](../core/services/upload.service.md) events and [NotificationService](../core/services/notification.service.md) api instead. |
| showNotificationBar | Deprecated in 1.6.0 you can use [`UploadService`](../core/services/upload.service.md) events and [`NotificationService`](../core/services/notification.service.md) api instead. |
| currentFolderPath | Deprecated in 1.6.0, this property is not used for couple of releases already. Use rootFolderId instead. |
| disableWithNoPermission | Deprecated in 1.8.0, use the button with combination of adf-node-permission directive |
@@ -584,7 +584,7 @@ Release Notes - Apps Development Framework - Version 2.0.
- \[[ADF-1633](https://issues.alfresco.com/jira/browse/ADF-1633)] - [Login] redirect to original path upon successful login
- \[[ADF-1694](https://issues.alfresco.com/jira/browse/ADF-1694)] - Date-picker i18n support
- \[[ADF-1723](https://issues.alfresco.com/jira/browse/ADF-1723)] - [Service][logservice](../core/log.service.md) configuration
- \[[ADF-1729](https://issues.alfresco.com/jira/browse/ADF-1729)] - [Directive] Mark [Node](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) as Favorite Directive
- \[[ADF-1729](https://issues.alfresco.com/jira/browse/ADF-1729)] - [Directive] Mark [`Node`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) as Favorite Directive
- \[[ADF-1745](https://issues.alfresco.com/jira/browse/ADF-1745)] - [Directive] Delete multiple nodes directive
- \[[ADF-1749](https://issues.alfresco.com/jira/browse/ADF-1749)] - [Task List][process list] - Customizable template using the app.config.json
- \[[ADF-1750](https://issues.alfresco.com/jira/browse/ADF-1750)] - [Viewer] Content projection for "Open With" and "More actions"
@@ -596,7 +596,7 @@ Release Notes - Apps Development Framework - Version 2.0.
- \[[ADF-1840](https://issues.alfresco.com/jira/browse/ADF-1840)] - [Document List] Create a generic permission denied page
- \[[ADF-1841](https://issues.alfresco.com/jira/browse/ADF-1841)] - [Metadata] Default metadata Nodes property editing
- \[[ADF-1906](https://issues.alfresco.com/jira/browse/ADF-1906)] - [Accordion Menu] Tooltip configuration
- \[[ADF-1918](https://issues.alfresco.com/jira/browse/ADF-1918)] - [Search] Use the new Search api service for the [search component](../content-services/components/search.component.md)
- \[[ADF-1918](https://issues.alfresco.com/jira/browse/ADF-1918)] - [Search] Use the new Search [api service](../../lib/testing/src/lib/core/actions/api.service.ts) for the [search component](../content-services/components/search.component.md)
### Documentation
@@ -701,7 +701,7 @@ Release Notes - Apps Development Framework - Version 2.0.
- \[[ADF-1710](https://issues.alfresco.com/jira/browse/ADF-1710)] - An error is logged into the console when using data widget
- \[[ADF-1711](https://issues.alfresco.com/jira/browse/ADF-1711)] - The adf-task-attachment-list component displays drag-and-drop area that is not working
- \[[ADF-1712](https://issues.alfresco.com/jira/browse/ADF-1712)] - The adf-task-header component displays a Requeue button for none pooled tasks
- \[[ADF-1716](https://issues.alfresco.com/jira/browse/ADF-1716)] - Process List - processDefinitionKey is not part of the ProcessInstanceQueryRepresentation
- \[[ADF-1716](https://issues.alfresco.com/jira/browse/ADF-1716)] - Process List - processDefinitionKey is not part of the [ProcessInstanceQueryRepresentation](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/activiti-rest-api/docs/ProcessInstanceQueryRepresentation.md)
- \[[ADF-1718](https://issues.alfresco.com/jira/browse/ADF-1718)] - [`Pagination`](../../lib/content-services/document-list/models/document-library.model.ts) should not be displayed on Search Results page when there are no results
- \[[ADF-1720](https://issues.alfresco.com/jira/browse/ADF-1720)] - Date-time picker is not working properly with other Date Display Format than default
- \[[ADF-1722](https://issues.alfresco.com/jira/browse/ADF-1722)] - [object Object] appears in People control when selecting the same name
@@ -738,7 +738,7 @@ Release Notes - Apps Development Framework - Version 2.0.
- \[[ADF-1824](https://issues.alfresco.com/jira/browse/ADF-1824)] - Moment js security issue
- \[[ADF-1825](https://issues.alfresco.com/jira/browse/ADF-1825)] - [`Form`](../../lib/process-services/task-list/models/form.model.ts) field in start task no aligned
- \[[ADF-1827](https://issues.alfresco.com/jira/browse/ADF-1827)] - 'Object Object' displayed on search results page
- \[[ADF-1829](https://issues.alfresco.com/jira/browse/ADF-1829)] - PeopleApi - getSiteMembership wrong returned type
- \[[ADF-1829](https://issues.alfresco.com/jira/browse/ADF-1829)] - [PeopleApi](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/api/people.api.ts) - getSiteMembership wrong returned type
- \[[ADF-1830](https://issues.alfresco.com/jira/browse/ADF-1830)] - Cannot access processes or reports
- \[[ADF-1832](https://issues.alfresco.com/jira/browse/ADF-1832)] - [Document List] IE 11 erro on click
- \[[ADF-1835](https://issues.alfresco.com/jira/browse/ADF-1835)] - The pagination on search results page is not working properly
@@ -746,7 +746,7 @@ Release Notes - Apps Development Framework - Version 2.0.
- \[[ADF-1839](https://issues.alfresco.com/jira/browse/ADF-1839)] - Login does not switch user preferences
- \[[ADF-1856](https://issues.alfresco.com/jira/browse/ADF-1856)] - Document List - location fails for a user that has granular permissions
- \[[ADF-1859](https://issues.alfresco.com/jira/browse/ADF-1859)] - The [document list component](../content-services/components/document-list.component.md) no longer exports [`ShareDataRow`](../../lib/content-services/document-list/data/share-data-row.model.ts)
- \[[ADF-1860](https://issues.alfresco.com/jira/browse/ADF-1860)] - NodesApi.getNodeChildren has wrong return type
- \[[ADF-1860](https://issues.alfresco.com/jira/browse/ADF-1860)] - [NodesApi](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/api/nodes.api.ts).getNodeChildren has wrong return type
- \[[ADF-1861](https://issues.alfresco.com/jira/browse/ADF-1861)] - Line breaks not displayed in "Display Text" widget in forms
- \[[ADF-1862](https://issues.alfresco.com/jira/browse/ADF-1862)] - Adf toolbar should get the background color from the theme
- \[[ADF-1865](https://issues.alfresco.com/jira/browse/ADF-1865)] - [Document List] "Empty View" does not wrap long text
@@ -782,7 +782,7 @@ Release Notes - Apps Development Framework - Version 2.0.
- \[[ADF-1951](https://issues.alfresco.com/jira/browse/ADF-1951)] - Date widget doesn't display the correct date.
- \[[ADF-1956](https://issues.alfresco.com/jira/browse/ADF-1956)] - Date widget with advanced properties does not display value.
- \[[ADF-1962](https://issues.alfresco.com/jira/browse/ADF-1962)] - getContentThumbnailUrl returns file data instead or URL
- \[[ADF-1963](https://issues.alfresco.com/jira/browse/ADF-1963)] - ContentApi is missing the preview rendition API
- \[[ADF-1963](https://issues.alfresco.com/jira/browse/ADF-1963)] - [ContentApi](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/api/content.api.ts) is missing the preview rendition API
- \[[ADF-1964](https://issues.alfresco.com/jira/browse/ADF-1964)] - [Demo Shell] Max size filter is not switched off.
- \[[ADF-1965](https://issues.alfresco.com/jira/browse/ADF-1965)] - 'Upload file' button is enabled if user does not have permission to upload a file/folder
- \[[ADF-1966](https://issues.alfresco.com/jira/browse/ADF-1966)] - Wrong sort on Document List

View File

@@ -365,7 +365,7 @@ Release Notes - Apps Development Framework - Version 2.1.
- \[[ADF-1752](https://issues.alfresco.com/jira/browse/ADF-1752)] - allowInfoDrawer property does not disable the feature when showInfoDrawer is set to true
- \[[ADF-1882](https://issues.alfresco.com/jira/browse/ADF-1882)] - Preview uploaded content in APS fails in form
- \[[ADF-1888](https://issues.alfresco.com/jira/browse/ADF-1888)] - [ExternalContent](../../lib/core/form/components/widgets/core/external-content.ts) is not exported in ActivitiFormModule
- \[[ADF-1888](https://issues.alfresco.com/jira/browse/ADF-1888)] - [`ExternalContent`](../../lib/core/form/components/widgets/core/external-content.ts) is not exported in ActivitiFormModule
- \[[ADF-1889](https://issues.alfresco.com/jira/browse/ADF-1889)] - Viewer does not render PDF renditions unless urlFile ends with .pdf
- \[[ADF-1926](https://issues.alfresco.com/jira/browse/ADF-1926)] - [`Form`](../../lib/process-services/task-list/models/form.model.ts) is not exported from ActivitiTaskListModule
- \[[ADF-1959](https://issues.alfresco.com/jira/browse/ADF-1959)] - Apps with description appear with larger size on the Processes Services page
@@ -407,7 +407,7 @@ Release Notes - Apps Development Framework - Version 2.1.
- \[[ADF-2209](https://issues.alfresco.com/jira/browse/ADF-2209)] - The 'Complete' button of a task that has a form is not properly field with colour when hover
- \[[ADF-2210](https://issues.alfresco.com/jira/browse/ADF-2210)] - Dynamic Table title is not aligned properly
- \[[ADF-2213](https://issues.alfresco.com/jira/browse/ADF-2213)] - Amount Widget is not aligned
- \[[ADF-2221](https://issues.alfresco.com/jira/browse/ADF-2221)] - Search fails on Content [Node](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) Selector
- \[[ADF-2221](https://issues.alfresco.com/jira/browse/ADF-2221)] - Search fails on Content [`Node`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) Selector
- \[[ADF-2222](https://issues.alfresco.com/jira/browse/ADF-2222)] - The user profile window is not visible when only Content Services is enabled
### New Feature

View File

@@ -384,7 +384,7 @@ Release Notes - Apps Development Framework - Version 2.2.
- \[[ADF-2163](https://issues.alfresco.com/jira/browse/ADF-2163)] - content-action target folder and file option
- \[[ADF-2298](https://issues.alfresco.com/jira/browse/ADF-2298)] - Process Header - Make it customizable from config file
- \[[ADF-2300](https://issues.alfresco.com/jira/browse/ADF-2300)] - [Upload Widget] Actions menu is needed
- \[[ADF-2304](https://issues.alfresco.com/jira/browse/ADF-2304)] - Add option to Content [Node](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) Selector to transform the breadcrumb folder node
- \[[ADF-2304](https://issues.alfresco.com/jira/browse/ADF-2304)] - Add option to Content [`Node`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) Selector to transform the breadcrumb folder node
- \[[ADF-2322](https://issues.alfresco.com/jira/browse/ADF-2322)] - [Document List] Gallery view
- \[[ADF-2340](https://issues.alfresco.com/jira/browse/ADF-2340)] - [Delete directive] delete permanent form trashcan
- \[[ADF-2352](https://issues.alfresco.com/jira/browse/ADF-2352)] - It should be possible to project toolbar buttons for the Viewer

View File

@@ -63,7 +63,7 @@ Below are the most important new features of this release:
- Inherit permission button
- Share File
- Lock File
- Comment a [Node](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md)
- Comment a [`Node`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md)
- Inherit Permission Button
- [Permission List Component](../content-services/components/permission-list.component.md)
- [Sidenav Layout Component](../core/components/sidenav-layout.component.md)
@@ -316,7 +316,7 @@ Release Notes - Apps Development Framework - Version 2.3.0
- \[[ADF-2368](https://issues.alfresco.com/jira/browse/ADF-2368)] - Manage file version is updating wrong files.
- \[[ADF-2373](https://issues.alfresco.com/jira/browse/ADF-2373)] - User should be able to see just the sites in which is member in SiteList drop-down
- \[[ADF-2393](https://issues.alfresco.com/jira/browse/ADF-2393)] - Error when deleting a folder when Infinite scrolling is enabled and all items are loaded
- \[[ADF-2397](https://issues.alfresco.com/jira/browse/ADF-2397)] - Sometimes Load more on Content [Node](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) Selector does not load next page of results
- \[[ADF-2397](https://issues.alfresco.com/jira/browse/ADF-2397)] - Sometimes Load more on Content [`Node`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) Selector does not load next page of results
- \[[ADF-2414](https://issues.alfresco.com/jira/browse/ADF-2414)] - Translation missing for warning message on Login Page
- \[[ADF-2421](https://issues.alfresco.com/jira/browse/ADF-2421)] - CLONE - Unable to copy / move a file from Recent or Favorites when user has only granular permissions on the file
- \[[ADF-2428](https://issues.alfresco.com/jira/browse/ADF-2428)] - \[Demo shell Unable to view document metadata from document list view
@@ -324,12 +324,12 @@ Release Notes - Apps Development Framework - Version 2.3.0
- \[[ADF-2442](https://issues.alfresco.com/jira/browse/ADF-2442)] - [Search Service](../../lib/core/services/search.service.ts) has wrong types for the 'search' API
- \[[ADF-2443](https://issues.alfresco.com/jira/browse/ADF-2443)] - Typo in the UserPreferences service
- \[[ADF-2444](https://issues.alfresco.com/jira/browse/ADF-2444)] - CLONE - Incorrect Items per page values on all lists after upgrade to ADF 2.2.0
- \[[ADF-2448](https://issues.alfresco.com/jira/browse/ADF-2448)] - Wrong type definition for RequestPagination
- \[[ADF-2448](https://issues.alfresco.com/jira/browse/ADF-2448)] - Wrong type definition for [RequestPagination](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/search-rest-api/docs/RequestPagination.md)
- \[[ADF-2450](https://issues.alfresco.com/jira/browse/ADF-2450)] - Search api type definition is not defined
- \[[ADF-2454](https://issues.alfresco.com/jira/browse/ADF-2454)] - Login dialog icon and header text not centered correctly
- \[[ADF-2455](https://issues.alfresco.com/jira/browse/ADF-2455)] - Document List does not render thumbnails
- \[[ADF-2461](https://issues.alfresco.com/jira/browse/ADF-2461)] - Pdf viewer worker are not unregistered
- \[[ADF-2465](https://issues.alfresco.com/jira/browse/ADF-2465)] - Sometimes, navigating using the breadcrumb opens another folder instead of the clicked one - after search performed on the Content [Node](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) Selector
- \[[ADF-2465](https://issues.alfresco.com/jira/browse/ADF-2465)] - Sometimes, navigating using the breadcrumb opens another folder instead of the clicked one - after search performed on the Content [`Node`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) Selector
- \[[ADF-2468](https://issues.alfresco.com/jira/browse/ADF-2468)] - Error message displayed in console when navigating to tag page
- \[[ADF-2470](https://issues.alfresco.com/jira/browse/ADF-2470)] - Search API implementation is incomplete
- \[[ADF-2480](https://issues.alfresco.com/jira/browse/ADF-2480)] - Document List is not refreshed after deleting a file
@@ -349,10 +349,10 @@ Release Notes - Apps Development Framework - Version 2.3.0
- \[[ADF-2604](https://issues.alfresco.com/jira/browse/ADF-2604)] - Incorrect definitions for Enums
- \[[ADF-2607](https://issues.alfresco.com/jira/browse/ADF-2607)] - Task [`Form`](../../lib/process-services/task-list/models/form.model.ts) - Number Widget placeholder no longer displayed
- \[[ADF-2624](https://issues.alfresco.com/jira/browse/ADF-2624)] - All metadata card component children display parent info drawer tooltip
- \[[ADF-2625](https://issues.alfresco.com/jira/browse/ADF-2625)] - [Node](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) name not updated when changing its value in metadata component
- \[[ADF-2625](https://issues.alfresco.com/jira/browse/ADF-2625)] - [`Node`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) name not updated when changing its value in metadata component
- \[[ADF-2628](https://issues.alfresco.com/jira/browse/ADF-2628)] - Metadata editors miss tooltips
- \[[ADF-2630](https://issues.alfresco.com/jira/browse/ADF-2630)] - demo shell: tabs of the info drawer are not translated
- \[[ADF-2634](https://issues.alfresco.com/jira/browse/ADF-2634)] - [Node](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) Version List actions are not localised
- \[[ADF-2634](https://issues.alfresco.com/jira/browse/ADF-2634)] - [`Node`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) Version List actions are not localised
- \[[ADF-2636](https://issues.alfresco.com/jira/browse/ADF-2636)] - Console gives an error when trying to load ADF on safari
- \[[ADF-2660](https://issues.alfresco.com/jira/browse/ADF-2660)] - ADF [Process Service](../process-services/services/process.service.md) lib is not importing the content dependency
- \[[ADF-2662](https://issues.alfresco.com/jira/browse/ADF-2662)] - [Settings Component] Still able to sign in when changing APS or ACS URLS to invalid URL
@@ -397,7 +397,7 @@ Release Notes - Apps Development Framework - Version 2.3.0
- \[[ADF-2394](https://issues.alfresco.com/jira/browse/ADF-2394)] - Process List Component - Should expose the mutiSelect property
- \[[ADF-2405](https://issues.alfresco.com/jira/browse/ADF-2405)] - [Process Service](../process-services/services/process.service.md) - Add a new method to get all process definition versions
- \[[ADF-2412](https://issues.alfresco.com/jira/browse/ADF-2412)] - Task List - refactoring
- \[[ADF-2417](https://issues.alfresco.com/jira/browse/ADF-2417)] - Remove the default [Node](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) ID from tag page in demo-shell
- \[[ADF-2417](https://issues.alfresco.com/jira/browse/ADF-2417)] - Remove the default [`Node`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) ID from tag page in demo-shell
- \[[ADF-2424](https://issues.alfresco.com/jira/browse/ADF-2424)] - Docker file size decreasing
- \[[ADF-2462](https://issues.alfresco.com/jira/browse/ADF-2462)] - Automatic PR script after any beta release
- \[[ADF-2471](https://issues.alfresco.com/jira/browse/ADF-2471)] - Create smoke tests to cover Colour change component

View File

@@ -314,7 +314,7 @@ Release Notes - Apps Development Framework - Version 2.4.0
- \[[ADF-2726](https://issues.alfresco.com/jira/browse/ADF-2726)] - Not able to view a file from the attach file widget.
- \[[ADF-2739](https://issues.alfresco.com/jira/browse/ADF-2739)] - Breadcrumb issue if the folder name is too big.
- \[[ADF-2760](https://issues.alfresco.com/jira/browse/ADF-2760)] - Background colour for document lists is not white
- \[[ADF-2766](https://issues.alfresco.com/jira/browse/ADF-2766)] - Download [Node](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) Directive does not work with Shared Links
- \[[ADF-2766](https://issues.alfresco.com/jira/browse/ADF-2766)] - Download [`Node`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) Directive does not work with Shared Links
- \[[ADF-2767](https://issues.alfresco.com/jira/browse/ADF-2767)] - Side nav is not responsive
- \[[ADF-2771](https://issues.alfresco.com/jira/browse/ADF-2771)] - [Sidebar action menu component](../core/components/sidebar-action-menu.component.md) - UX review
- \[[ADF-2772](https://issues.alfresco.com/jira/browse/ADF-2772)] - Sidenav Layout - UX review

View File

@@ -139,7 +139,7 @@ For more information about this component please refer to the
### NotificationService customizability improvement
The [NotificationService](../core/services/notification.service.md) now exposes a new input parameter to allow a full customization of the notification message:
The [`NotificationService`](../core/services/notification.service.md) now exposes a new input parameter to allow a full customization of the notification message:
- Direction : Text layout direction for the snack bar.
- Duration : The length of time in milliseconds to wait before automatically dismissing the snack bar.
@@ -338,7 +338,7 @@ Release Notes - Apps Development Framework - Version 2.5.0
] - CLONE - Thumbs.db files are uploading with a folder upload
- \[
[ADF-3289](https://issues.alfresco.com/jira/browse/ADF-3289)
] - AppsDefinitionApi contains two methods with same name and different firms
] - [AppsDefinitionApi](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api-legacy/activiti-rest-api/src/api/AppsDefinitionApi.ts) contains two methods with same name and different firms
- \[
[ADF-3292](https://issues.alfresco.com/jira/browse/ADF-3292)
] - CLONE - Filter category should be deselected when user makes a new search query
@@ -374,7 +374,7 @@ Release Notes - Apps Development Framework - Version 2.5.0
] - Refresh button is not displayed on the form
- \[
[ADF-3383](https://issues.alfresco.com/jira/browse/ADF-3383)
] - Incorrect datatype for password in PersonBodyCreate in index.d.ts
] - Incorrect datatype for password in [PersonBodyCreate](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/model/personBodyCreate.ts) in index.d.ts
- \[
[ADF-3386](https://issues.alfresco.com/jira/browse/ADF-3386)
] - Task Filters accordion is not expanding / collapsing

View File

@@ -99,7 +99,7 @@ The **DocumentList Component** can now show different icons for **Smart Folders*
### Tag node list component has a configurable delete button for tag
A configurable delete button has been added to the **Tag [Node](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) List Component** to let you show it only when user has permissions.
A configurable delete button has been added to the **Tag [`Node`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) List Component** to let you show it only when user has permissions.
<adf-tag-node-list [showDelete]="showDelete" [nodeId]="nodeId"></adf-tag-node-list>
@@ -107,7 +107,7 @@ A configurable delete button has been added to the **Tag [Node](https://github.c
### Validation summary support for form component
The **[Form](../../lib/process-services/task-list/models/form.model.ts) Component** will now use the **formError** event to send a validation summary for all the fields with errors. This will be useful particularly with big forms for showing which fields are in error without scrolling the whole form by creating a summary.
The **[`Form`](../../lib/process-services/task-list/models/form.model.ts) Component** will now use the **formError** event to send a validation summary for all the fields with errors. This will be useful particularly with big forms for showing which fields are in error without scrolling the whole form by creating a summary.
<div class="form-container">
<adf-form
@@ -176,10 +176,10 @@ Release Notes - Apps Development Framework - Version 2.6.
### Feature
- \[[ADF-584](https://issues.alfresco.com/jira/browse/ADF-584)] - Validation summary support for [Form](../../lib/process-services/task-list/models/form.model.ts) component
- \[[ADF-584](https://issues.alfresco.com/jira/browse/ADF-584)] - Validation summary support for [`Form`](../../lib/process-services/task-list/models/form.model.ts) component
- \[[ADF-2640](https://issues.alfresco.com/jira/browse/ADF-2640)] - adf-tag-node-list with remove option configurable
- \[[ADF-2921](https://issues.alfresco.com/jira/browse/ADF-2921)] - Icons for smart folders, links and folders with rules
- \[[ADF-3308](https://issues.alfresco.com/jira/browse/ADF-3308)] - [ProcessList](../../lib/process-services/mock/process/process.model.mock.ts) Component - Provide a way to filter the list by fields
- \[[ADF-3308](https://issues.alfresco.com/jira/browse/ADF-3308)] - [`ProcessList`](../../lib/process-services/mock/process/process.model.mock.ts) Component - Provide a way to filter the list by fields
- \[[ADF-3352](https://issues.alfresco.com/jira/browse/ADF-3352)] - [Viewer Component](../core/components/viewer.component.md) - Allow multiple side bar
- \[[ADF-3382](https://issues.alfresco.com/jira/browse/ADF-3382)] - Start a Process - Change the process definition from a dropdown to autocomplete
- \[[ADF-3397](https://issues.alfresco.com/jira/browse/ADF-3397)] - Task Filter - Doesn't show the right icon
@@ -189,10 +189,10 @@ Release Notes - Apps Development Framework - Version 2.6.
- \[[ADF-3443](https://issues.alfresco.com/jira/browse/ADF-3443)] - Move print from ACA to ADF
- \[[ADF-3499](https://issues.alfresco.com/jira/browse/ADF-3499)] - ACS APS Integration - Not able to upload a file in case the user has more than one alfresco repositories
- \[[ADF-3507](https://issues.alfresco.com/jira/browse/ADF-3507)] - Show more/fewer tags buttons in [Tag List Component](../content-services/components/tag-list.component.md)
- \[[ADF-3512](https://issues.alfresco.com/jira/browse/ADF-3512)] - [SidenavLayoutComponent](../core/components/sidenav-layout.component.md) option to show the sidebar on the right
- \[[ADF-3512](https://issues.alfresco.com/jira/browse/ADF-3512)] - [`SidenavLayoutComponent`](../core/components/sidenav-layout.component.md) option to show the sidebar on the right
- \[[ADF-3553](https://issues.alfresco.com/jira/browse/ADF-3553)] - Cache management for application configuration file
- \[[ADF-3570](https://issues.alfresco.com/jira/browse/ADF-3570)] - Migration to APS2 - Add a interceptor to be able to use APS2 API
- \[[ADF-3607](https://issues.alfresco.com/jira/browse/ADF-3607)] - [Demo shell] JSON Editor in [Form](../../lib/process-services/task-list/models/form.model.ts) Page
- \[[ADF-3607](https://issues.alfresco.com/jira/browse/ADF-3607)] - [Demo shell] JSON Editor in [`Form`](../../lib/process-services/task-list/models/form.model.ts) Page
### Bug
@@ -262,7 +262,7 @@ Release Notes - Apps Development Framework - Version 2.6.
### Feature Bug
- \[[ADF-3413](https://issues.alfresco.com/jira/browse/ADF-3413)] - [Form](../../lib/process-services/task-list/models/form.model.ts) name still displayed after removing form
- \[[ADF-3413](https://issues.alfresco.com/jira/browse/ADF-3413)] - [`Form`](../../lib/process-services/task-list/models/form.model.ts) name still displayed after removing form
- \[[ADF-3567](https://issues.alfresco.com/jira/browse/ADF-3567)] - The default items per page value is not displayed
- \[[ADF-3571](https://issues.alfresco.com/jira/browse/ADF-3571)] - Due After field not working as expected
- \[[ADF-3573](https://issues.alfresco.com/jira/browse/ADF-3573)] - Showing NaN-20 of 20 is displayed instead of 20
@@ -294,6 +294,6 @@ Release Notes - Apps Development Framework - Version 2.6.
- \[[ADF-3563](https://issues.alfresco.com/jira/browse/ADF-3563)] - Automated test for Show More/Less button in Search Filters
- \[[ADF-3594](https://issues.alfresco.com/jira/browse/ADF-3594)] - Create automated test for Show more/ less button on Tag component.
- \[[ADF-3596](https://issues.alfresco.com/jira/browse/ADF-3596)] - Automated tests for start a process
- \[[ADF-3597](https://issues.alfresco.com/jira/browse/ADF-3597)] - Create automated test to cover Error Log on [Form](../../lib/process-services/task-list/models/form.model.ts) component
- \[[ADF-3597](https://issues.alfresco.com/jira/browse/ADF-3597)] - Create automated test to cover Error Log on [`Form`](../../lib/process-services/task-list/models/form.model.ts) component
Please refer to [the Alfresco issue tracker](https://issues.alfresco.com/jira/projects/ADF/issues/ADF-581?filter=allopenissues) for other known issues in this release. If you have any questions about the release, please contact us using [gitter](https://gitter.im/Alfresco/alfresco-ng2-components).

View File

@@ -21,13 +21,18 @@ versions of ADF.
- [Enhanced DocumentList](#enhanced-documentlist)
- [Enhanced Metadata viewer](#enhanced-metadata-viewer)
- [Search pattern highlight](#search-pattern-highlight)
- [Facet Intervals](#facet-intervals)
- [SSO Role AuthGuard](#sso-role-authguard)
- [Improved accessibility](#improved-accessibility)
- [Arabic and RTL languages support](#arabic-and-rtl-languages-support)
- [ADF Testing pacakge](#adf-testing-pacakge)
- [Localisation](#localisation)
- [References](#references)
- [Issues addressed](#issues-addressed)
- [Documentation](#documentation)
- [Feature](#feature)
- [Epic](#epic)
- [Story](#story)
- [Bug](#bug)
- [Task](#task)
- [Feature (Task)](#feature-task)
@@ -70,16 +75,18 @@ Below are the most important new features of this release:
In ADF 3.0.0 (released in February) we announced the introduction of the new `*Cloud` package. This contains a set of components to support [Activiti 7](https://www.activiti.org/), the next generation Cloud Native implementation of Activiti BPM Engine. With the ADF 3.1 release, the journey continues with more supported features, like:
#### Claim a task
#### Claim a task
```html
<button adf-claim-task [appName]="appName" [taskId]="taskId" (success)="onTaskClaimed()">Complete</button>
```
For more details refer to the :
- [Claim task directive](../process-services-cloud/directives/claim-task.directive.md)
- [Claim task directive](../process-services-cloud/directives/claim-task.directive.md)
#### EditTaskComponent allows sorting and actions customization
You can supply various _filter properties_ to edit that will determine
which tasks are found by a filter.
@@ -88,9 +95,11 @@ displayed in the editor. However, you can also choose which sort properties
to show using the `sortProperties` array.
For more details refer to the :
- [Edit Task Filter Cloud component](../process-services-cloud/components/edit-task-filter-cloud.component.md)
- [Edit Task Filter Cloud component](../process-services-cloud/components/edit-task-filter-cloud.component.md)
#### EditProcessComponent allow sorting and actions customization
You can supply various _filter properties_ to edit that will determine
which tasks are found by a filter.
@@ -99,15 +108,18 @@ displayed in the editor. However, you can also choose which properties
to show using the `filterProperties` array.
For more details refer to the :
- [Edit Process Filter Cloud component](../process-services-cloud/components/edit-process-filter-cloud.component.md)
- [Edit Process Filter Cloud component](../process-services-cloud/components/edit-process-filter-cloud.component.md)
#### Complete task directive
```html
<button adf-cloud-complete-task [appName]="appName" [taskId]="taskId" (success)="onTaskCompleted()">Complete</button>
```
For more details refer to the :
- [Complete task directive](../process-services-cloud/directives/complete-task.directive.md)
- [Complete task directive](../process-services-cloud/directives/complete-task.directive.md)
### Enhanced DocumentList
@@ -132,8 +144,9 @@ First, set the `stickyHeader` property of your datatable to `true`:
```
For more details refer to the :
- [Document List Component](../content-services/components/document-list.component.md)
- [DataTable component](../core/components/datatable.component.md)
- [Document List Component](../content-services/components/document-list.component.md)
- [DataTable component](../core/components/datatable.component.md)
### Enhanced Metadata viewer
@@ -165,7 +178,8 @@ Futhermore, you can also exclude specific aspects by adding the `exclude` proper
```
For more details refer to the :
- [Content Metadata Card component](../content-services/components/content-metadata-card.component.md)
- [Content Metadata Card component](../content-services/components/content-metadata-card.component.md)
### Search pattern highlight
@@ -195,17 +209,15 @@ An example query for search highlighting could look like this:
}
}
}
```
The example above changes the highlighting prefix and postfix from the default to '¿?' for all
fields except the "description" field, which uses '()' instead. The highlight information will
then be added in each node entry response.
For more details refer to the :
- [Search Filter component highlight](../content-services/components/search-filter.component.md#highlight)
- [Search Filter component highlight](../content-services/components/search-filter.component.md#highlight)
### Facet Intervals
@@ -263,8 +275,8 @@ by its `label`. The code snippet just above will result in the following display
![Facet Intervals](../docassets/images/search-facet-intervals.png)
For more details refer to the :
- [Facet intervals section of the Search Filter Component docs](../content-services/components/search-filter.component.md#facet-intervals)
- [Facet intervals section of the Search Filter Component docs](../content-services/components/search-filter.component.md#facet-intervals)
### SSO Role AuthGuard
@@ -287,7 +299,8 @@ const appRoutes: Routes = [
```
For more details refer to the :
- [Facet intervals](../core/services/auth-guard-sso-role.service.md)
- [Facet intervals](../core/services/auth-guard-sso-role.service.md)
### Improved accessibility
@@ -326,345 +339,345 @@ Please refer to the [official documentation](http://docs.alfresco.com/) for furt
## Issues addressed
Below is the list of JIRA issues that were closed for this release.
### Documentation
- [ADF-271](https://issues.alfresco.com/jira/browse/ADF-271) - ADD all valid fields that the tasklist can display - 1643 Github
- [ADF-271](https://issues.alfresco.com/jira/browse/ADF-271) - ADD all valid fields that the tasklist can display - 1643 Github
- [ADF-449](https://issues.alfresco.com/jira/browse/ADF-449) - Missing documentation for content-action in Data table
- [ADF-449](https://issues.alfresco.com/jira/browse/ADF-449) - Missing documentation for content-action in Data table
- [ADF-588](https://issues.alfresco.com/jira/browse/ADF-588) - tasks/processes - more documentation about the available fields
- [ADF-588](https://issues.alfresco.com/jira/browse/ADF-588) - tasks/processes - more documentation about the available fields
- [ADF-3040](https://issues.alfresco.com/jira/browse/ADF-3040) - Markdown templates sometimes add whitespace incorrectly
- [ADF-3040](https://issues.alfresco.com/jira/browse/ADF-3040) - Markdown templates sometimes add whitespace incorrectly
- [ADF-4008](https://issues.alfresco.com/jira/browse/ADF-4008) - Add the documentation for the default columns available in adf-process-list-cloud
- [ADF-4008](https://issues.alfresco.com/jira/browse/ADF-4008) - Add the documentation for the default columns available in adf-process-list-cloud
- [ADF-4146](https://issues.alfresco.com/jira/browse/ADF-4146) - How to migrate an application from ADF 2.6 to ADF 3.0
- [ADF-4146](https://issues.alfresco.com/jira/browse/ADF-4146) - How to migrate an application from ADF 2.6 to ADF 3.0
- [ADF-4152](https://issues.alfresco.com/jira/browse/ADF-4152) - Add subfolders to docs library folders to represent class types
- [ADF-4152](https://issues.alfresco.com/jira/browse/ADF-4152) - Add subfolders to docs library folders to represent class types
- [ADF-4160](https://issues.alfresco.com/jira/browse/ADF-4160) - Clarify the behaviour of the InfoDrawer configuration for default *
- [ADF-4160](https://issues.alfresco.com/jira/browse/ADF-4160) - Clarify the behaviour of the InfoDrawer configuration for default \*
- [ADF-4189](https://issues.alfresco.com/jira/browse/ADF-4189) - Improve `allowDropFiles` prop description for Document List docs
- [ADF-4189](https://issues.alfresco.com/jira/browse/ADF-4189) - Improve `allowDropFiles` prop description for Document List docs
- [ADF-4190](https://issues.alfresco.com/jira/browse/ADF-4190) - Fix source file paths generated by auto-linking tools
- [ADF-4190](https://issues.alfresco.com/jira/browse/ADF-4190) - Fix source file paths generated by auto-linking tools
- [ADF-4228](https://issues.alfresco.com/jira/browse/ADF-4228) - Tutorial on how to switch an ADF app to be able to support RTL languages
- [ADF-4228](https://issues.alfresco.com/jira/browse/ADF-4228) - Tutorial on how to switch an ADF app to be able to support RTL languages
- [ADF-4239](https://issues.alfresco.com/jira/browse/ADF-4239) - Update introduction text
- [ADF-4239](https://issues.alfresco.com/jira/browse/ADF-4239) - Update introduction text
- [ADF-4249](https://issues.alfresco.com/jira/browse/ADF-4249) - Doc review for 3.1
- [ADF-4249](https://issues.alfresco.com/jira/browse/ADF-4249) - Doc review for 3.1
- [ADF-4260](https://issues.alfresco.com/jira/browse/ADF-4260) - How to migrate an application from ADF 3.0 to ADF 3.1
- [ADF-4260](https://issues.alfresco.com/jira/browse/ADF-4260) - How to migrate an application from ADF 3.0 to ADF 3.1
- [ADF-4262](https://issues.alfresco.com/jira/browse/ADF-4262) - Release note for version 3.1.0
- [ADF-4262](https://issues.alfresco.com/jira/browse/ADF-4262) - Release note for version 3.1.0
- [ADF-4285](https://issues.alfresco.com/jira/browse/ADF-4285) - The documentation of content metadata component is misleading
- [ADF-4285](https://issues.alfresco.com/jira/browse/ADF-4285) - The documentation of [content metadata component](../../lib/content-services/content-metadata/components/content-metadata/content-metadata.component.ts) is misleading
- [ADF-4294](https://issues.alfresco.com/jira/browse/ADF-4294) - Creating the list of third party Open Source for ADF 3.1 (to be done as last task)
- [ADF-4294](https://issues.alfresco.com/jira/browse/ADF-4294) - Creating the list of third party Open Source for ADF 3.1 (to be done as last task)
- [ADF-4300](https://issues.alfresco.com/jira/browse/ADF-4300) - Add the sort properties for edit task cloud component
- [ADF-4300](https://issues.alfresco.com/jira/browse/ADF-4300) - Add the sort properties for edit task cloud component
### Feature
- [ADF-3497](https://issues.alfresco.com/jira/browse/ADF-3497) - Facet intervals on search filter
- [ADF-3497](https://issues.alfresco.com/jira/browse/ADF-3497) - Facet intervals on search filter
- [ADF-3677](https://issues.alfresco.com/jira/browse/ADF-3677) - SearchQueryBuilderService to support highlight
- [ADF-3677](https://issues.alfresco.com/jira/browse/ADF-3677) - [SearchQueryBuilderService](../content-services/services/search-query-builder.service.md) to support highlight
- [ADF-3735](https://issues.alfresco.com/jira/browse/ADF-3735) - SSO Login Error for login component
- [ADF-3735](https://issues.alfresco.com/jira/browse/ADF-3735) - SSO Login Error for [login component](../core/components/login.component.md)
- [ADF-3798](https://issues.alfresco.com/jira/browse/ADF-3798) - [Demo Shell] [APS2] Show Task list related to a Process
- [ADF-3798](https://issues.alfresco.com/jira/browse/ADF-3798) - [Demo Shell][aps2] Show Task list related to a Process
- [ADF-4003](https://issues.alfresco.com/jira/browse/ADF-4003) - Add roles filtering to PeopleCloudComponent
- [ADF-4003](https://issues.alfresco.com/jira/browse/ADF-4003) - Add roles filtering to [PeopleCloudComponent](../process-services-cloud/components/people-cloud.component.md)
- [ADF-4078](https://issues.alfresco.com/jira/browse/ADF-4078) - Fixed headers in the document list
- [ADF-4078](https://issues.alfresco.com/jira/browse/ADF-4078) - Fixed headers in the document list
- [ADF-4099](https://issues.alfresco.com/jira/browse/ADF-4099) - The metadata group is always showed even though the properties are not there
- [ADF-4099](https://issues.alfresco.com/jira/browse/ADF-4099) - The metadata group is always showed even though the properties are not there
- [ADF-4122](https://issues.alfresco.com/jira/browse/ADF-4122) - Sticky header on DataTable
- [ADF-4122](https://issues.alfresco.com/jira/browse/ADF-4122) - Sticky header on DataTable
- [ADF-4125](https://issues.alfresco.com/jira/browse/ADF-4125) - Simplify extension load in extension module
- [ADF-4125](https://issues.alfresco.com/jira/browse/ADF-4125) - Simplify extension load in extension module
- [ADF-4127](https://issues.alfresco.com/jira/browse/ADF-4127) - Claim a task on the new generation of BPM engines
- [ADF-4127](https://issues.alfresco.com/jira/browse/ADF-4127) - Claim a task on the new generation of BPM engines
- [ADF-4128](https://issues.alfresco.com/jira/browse/ADF-4128) - Task Cloud completion/back
- [ADF-4128](https://issues.alfresco.com/jira/browse/ADF-4128) - Task Cloud completion/back
- [ADF-4162](https://issues.alfresco.com/jira/browse/ADF-4162) - Adding the &quot;includeAll&quot; type of object to the presets configurations of the InforDrawer
- [ADF-4162](https://issues.alfresco.com/jira/browse/ADF-4162) - Adding the "includeAll" type of object to the presets configurations of the InforDrawer
- [ADF-4221](https://issues.alfresco.com/jira/browse/ADF-4221) - Avoiding to show a group of metadata, if any of the properties are empty
- [ADF-4221](https://issues.alfresco.com/jira/browse/ADF-4221) - Avoiding to show a group of metadata, if any of the properties are empty
- [ADF-4225](https://issues.alfresco.com/jira/browse/ADF-4225) - Viewer extension accept multiple file type
- [ADF-4225](https://issues.alfresco.com/jira/browse/ADF-4225) - Viewer extension accept multiple file type
- [ADF-4267](https://issues.alfresco.com/jira/browse/ADF-4267) - Sticky header on Document List
- [ADF-4267](https://issues.alfresco.com/jira/browse/ADF-4267) - Sticky header on Document List
### Epic
- [ADF-9](https://issues.alfresco.com/jira/browse/ADF-9) - Document list feature
- [ADF-9](https://issues.alfresco.com/jira/browse/ADF-9) - Document list feature
- [ADF-14](https://issues.alfresco.com/jira/browse/ADF-14) - Destination picker (copy/move)
- [ADF-14](https://issues.alfresco.com/jira/browse/ADF-14) - Destination picker (copy/move)
- [ADF-262](https://issues.alfresco.com/jira/browse/ADF-262) - File viewer
- [ADF-262](https://issues.alfresco.com/jira/browse/ADF-262) - File viewer
- [ADF-1452](https://issues.alfresco.com/jira/browse/ADF-1452) - Documentation
- [ADF-1452](https://issues.alfresco.com/jira/browse/ADF-1452) - Documentation
- [ADF-1463](https://issues.alfresco.com/jira/browse/ADF-1463) - Adding of automated tests
- [ADF-1463](https://issues.alfresco.com/jira/browse/ADF-1463) - Adding of automated tests
- [ADF-3296](https://issues.alfresco.com/jira/browse/ADF-3296) - APS 2.x &amp; Activiti 7 compatibility
- [ADF-3296](https://issues.alfresco.com/jira/browse/ADF-3296) - APS 2.x & Activiti 7 compatibility
- [ADF-3349](https://issues.alfresco.com/jira/browse/ADF-3349) - Activiti 7+ support
- [ADF-3349](https://issues.alfresco.com/jira/browse/ADF-3349) - Activiti 7+ support
- [ADF-3741](https://issues.alfresco.com/jira/browse/ADF-3741) - Support for Activiti version 7 (and APS 2), maintaining the backward compatibility with APS 1.x.
- [ADF-3741](https://issues.alfresco.com/jira/browse/ADF-3741) - Support for Activiti version 7 (and APS 2), maintaining the backward compatibility with APS 1.x.
- [ADF-3742](https://issues.alfresco.com/jira/browse/ADF-3742) - Extensibility of ADF applications
- [ADF-3742](https://issues.alfresco.com/jira/browse/ADF-3742) - Extensibility of ADF applications
- [ADF-3857](https://issues.alfresco.com/jira/browse/ADF-3857) - Accessibility
- [ADF-3857](https://issues.alfresco.com/jira/browse/ADF-3857) - Accessibility
- [ADF-4246](https://issues.alfresco.com/jira/browse/ADF-4246) - Testing Microsoft Internet Explorer
- [ADF-4246](https://issues.alfresco.com/jira/browse/ADF-4246) - Testing Microsoft Internet Explorer
### Story
- [ADF-2129](https://issues.alfresco.com/jira/browse/ADF-2129) - Results highlighting (P2)
- [ADF-2129](https://issues.alfresco.com/jira/browse/ADF-2129) - Results highlighting (P2)
- [ADF-3472](https://issues.alfresco.com/jira/browse/ADF-3472) - Whitelisting metadata by default with the ability to hide some of them by configuration
- [ADF-3472](https://issues.alfresco.com/jira/browse/ADF-3472) - Whitelisting metadata by default with the ability to hide some of them by configuration
### Bug
- [ADF-1713](https://issues.alfresco.com/jira/browse/ADF-1713) - Small adjustments for Task and Process for consistency - Demo Shell
- [ADF-1713](https://issues.alfresco.com/jira/browse/ADF-1713) - Small adjustments for Task and Process for consistency - Demo Shell
- [ADF-1954](https://issues.alfresco.com/jira/browse/ADF-1954) - [IE11] Breadcrumbs are not well aligned
- [ADF-1954](https://issues.alfresco.com/jira/browse/ADF-1954) - [IE11] Breadcrumbs are not well aligned
- [ADF-2971](https://issues.alfresco.com/jira/browse/ADF-2971) - Mandatory search config
- [ADF-2971](https://issues.alfresco.com/jira/browse/ADF-2971) - Mandatory search config
- [ADF-3401](https://issues.alfresco.com/jira/browse/ADF-3401) - The filter facets are not reseted when user makes a new search query
- [ADF-3401](https://issues.alfresco.com/jira/browse/ADF-3401) - The filter facets are not reseted when user makes a new search query
- [ADF-3444](https://issues.alfresco.com/jira/browse/ADF-3444) - Site list displays only a certain number of sites.
- [ADF-3444](https://issues.alfresco.com/jira/browse/ADF-3444) - Site list displays only a certain number of sites.
- [ADF-3604](https://issues.alfresco.com/jira/browse/ADF-3604) - &#39;Sign in&#39; and copyrights is displayed on login dialog from &#39;Attach Folder&#39; from Share.
- [ADF-3604](https://issues.alfresco.com/jira/browse/ADF-3604) - 'Sign in' and copyrights is displayed on login dialog from 'Attach Folder' from Share.
- [ADF-3678](https://issues.alfresco.com/jira/browse/ADF-3678) - Custom Process Filter - Different results in APS than in ADF
- [ADF-3678](https://issues.alfresco.com/jira/browse/ADF-3678) - Custom Process Filter - Different results in APS than in ADF
- [ADF-3843](https://issues.alfresco.com/jira/browse/ADF-3843) - Is not possible to change theInfinite pagination pageSize
- [ADF-3843](https://issues.alfresco.com/jira/browse/ADF-3843) - Is not possible to change theInfinite pagination pageSize
- [ADF-3861](https://issues.alfresco.com/jira/browse/ADF-3861) - [508 compliance] Multi-select, hamburger menu (row-based action menu) should be 508 compliant
- [ADF-3861](https://issues.alfresco.com/jira/browse/ADF-3861) - [508 compliance] Multi-select, hamburger menu (row-based action menu) should be 508 compliant
- [ADF-3862](https://issues.alfresco.com/jira/browse/ADF-3862) - [508 compliance] Documents and images should be readable
- [ADF-3862](https://issues.alfresco.com/jira/browse/ADF-3862) - [508 compliance] Documents and images should be readable
- [ADF-3863](https://issues.alfresco.com/jira/browse/ADF-3863) - [508 compliance] The user should be informed of what the label is that he/she is selecting
- [ADF-3863](https://issues.alfresco.com/jira/browse/ADF-3863) - [508 compliance] The user should be informed of what the label is that he/she is selecting
- [ADF-3878](https://issues.alfresco.com/jira/browse/ADF-3878) - Created date value of Column column should be in upper case
- [ADF-3878](https://issues.alfresco.com/jira/browse/ADF-3878) - Created date value of Column column should be in upper case
- [ADF-3934](https://issues.alfresco.com/jira/browse/ADF-3934) - People Cloud Component - Remove the concept of assignee
- [ADF-3934](https://issues.alfresco.com/jira/browse/ADF-3934) - [People Cloud Component](../process-services-cloud/components/people-cloud.component.md) - Remove the concept of assignee
- [ADF-3979](https://issues.alfresco.com/jira/browse/ADF-3979) - GroupCloudComponent should be able to detect &quot;preSelectGroups&quot; input changes
- [ADF-3979](https://issues.alfresco.com/jira/browse/ADF-3979) - [GroupCloudComponent](../process-services-cloud/components/group-cloud.component.md) should be able to detect "preSelectGroups" input changes
- [ADF-3989](https://issues.alfresco.com/jira/browse/ADF-3989) - The list of apps in &#39;appName&#39; filter is duplicated after switching between saved filters
- [ADF-3989](https://issues.alfresco.com/jira/browse/ADF-3989) - The list of apps in 'appName' filter is duplicated after switching between saved filters
- [ADF-3995](https://issues.alfresco.com/jira/browse/ADF-3995) - &#39;ProcessInstanceId&#39; value is not displayed into a saved filter
- [ADF-3995](https://issues.alfresco.com/jira/browse/ADF-3995) - 'ProcessInstanceId' value is not displayed into a saved filter
- [ADF-4023](https://issues.alfresco.com/jira/browse/ADF-4023) - [Demo-shell] Pagination layout is broken in Process List Cloud
- [ADF-4023](https://issues.alfresco.com/jira/browse/ADF-4023) - [Demo-shell] Pagination layout is broken in Process List Cloud
- [ADF-4058](https://issues.alfresco.com/jira/browse/ADF-4058) - Process Cloud - 502 Bad Gateway when try to create an task or an process
- [ADF-4058](https://issues.alfresco.com/jira/browse/ADF-4058) - Process Cloud - 502 Bad Gateway when try to create an task or an process
- [ADF-4065](https://issues.alfresco.com/jira/browse/ADF-4065) - The input field to add comments is visible when permission is denied.
- [ADF-4065](https://issues.alfresco.com/jira/browse/ADF-4065) - The input field to add comments is visible when permission is denied.
- [ADF-4068](https://issues.alfresco.com/jira/browse/ADF-4068) - Tasks - Able to add a description with spaces
- [ADF-4068](https://issues.alfresco.com/jira/browse/ADF-4068) - Tasks - Able to add a description with spaces
- [ADF-4076](https://issues.alfresco.com/jira/browse/ADF-4076) - Error when accessing Active Task after closing process diagram
- [ADF-4076](https://issues.alfresco.com/jira/browse/ADF-4076) - Error when accessing Active Task after closing process diagram
- [ADF-4097](https://issues.alfresco.com/jira/browse/ADF-4097) - [Demo shell] Add comment button not displayed in Comment section
- [ADF-4097](https://issues.alfresco.com/jira/browse/ADF-4097) - [Demo shell] Add comment button not displayed in Comment section
- [ADF-4143](https://issues.alfresco.com/jira/browse/ADF-4143) - LastModifiedFrom and LastModifiedTo fields of edit task filter cloud component validations are wrong
- [ADF-4143](https://issues.alfresco.com/jira/browse/ADF-4143) - LastModifiedFrom and LastModifiedTo fields of [edit task filter cloud component](../process-services-cloud/components/edit-task-filter-cloud.component.md) validations are wrong
- [ADF-4148](https://issues.alfresco.com/jira/browse/ADF-4148) - [kerberos] Text Viewer Component not passing the withCredentials parameter
- [ADF-4148](https://issues.alfresco.com/jira/browse/ADF-4148) - [kerberos] Text [Viewer Component](../core/components/viewer.component.md) not passing the withCredentials parameter
- [ADF-4153](https://issues.alfresco.com/jira/browse/ADF-4153) - Unable to open the Task Details page.
- [ADF-4153](https://issues.alfresco.com/jira/browse/ADF-4153) - Unable to open the Task Details page.
- [ADF-4154](https://issues.alfresco.com/jira/browse/ADF-4154) - Unit tests failing after upgrade to ADF 3.1.0-beta3
- [ADF-4154](https://issues.alfresco.com/jira/browse/ADF-4154) - Unit tests failing after upgrade to ADF 3.1.0-beta3
- [ADF-4156](https://issues.alfresco.com/jira/browse/ADF-4156) - Regression in TaskListComponent Caused by in-place Date Formatting
- [ADF-4156](https://issues.alfresco.com/jira/browse/ADF-4156) - Regression in [TaskListComponent](../process-services/components/task-list.component.md) Caused by in-place Date Formatting
- [ADF-4165](https://issues.alfresco.com/jira/browse/ADF-4165) - ADF 3.0 Not able to login with implicitFlow false
- [ADF-4165](https://issues.alfresco.com/jira/browse/ADF-4165) - ADF 3.0 Not able to login with implicitFlow false
- [ADF-4179](https://issues.alfresco.com/jira/browse/ADF-4179) - adf- prefix missing - style not applied to facet-buttons
- [ADF-4179](https://issues.alfresco.com/jira/browse/ADF-4179) - adf- prefix missing - style not applied to facet-buttons
- [ADF-4183](https://issues.alfresco.com/jira/browse/ADF-4183) - Login dialog does not redirect correctly after page reload
- [ADF-4183](https://issues.alfresco.com/jira/browse/ADF-4183) - Login dialog does not redirect correctly after page reload
- [ADF-4196](https://issues.alfresco.com/jira/browse/ADF-4196) - Datatable component not always selects the row after click
- [ADF-4196](https://issues.alfresco.com/jira/browse/ADF-4196) - Datatable component not always selects the row after click
- [ADF-4199](https://issues.alfresco.com/jira/browse/ADF-4199) - The &#39;Locally set&#39; permission label is not displayed properly in the UI screen.
- [ADF-4199](https://issues.alfresco.com/jira/browse/ADF-4199) - The 'Locally set' permission label is not displayed properly in the UI screen.
- [ADF-4202](https://issues.alfresco.com/jira/browse/ADF-4202) - Not able to start a standalone task using start task cloud component
- [ADF-4202](https://issues.alfresco.com/jira/browse/ADF-4202) - Not able to start a standalone task using [start task cloud component](../process-services-cloud/components/start-task-cloud.component.md)
- [ADF-4205](https://issues.alfresco.com/jira/browse/ADF-4205) - Error in console when User tries to add user or group to permissions.
- [ADF-4205](https://issues.alfresco.com/jira/browse/ADF-4205) - Error in console when User tries to add user or group to permissions.
- [ADF-4215](https://issues.alfresco.com/jira/browse/ADF-4215) - Locale doesn&#39;t change when a user changes the browser locale
- [ADF-4215](https://issues.alfresco.com/jira/browse/ADF-4215) - Locale doesn't change when a user changes the browser locale
- [ADF-4220](https://issues.alfresco.com/jira/browse/ADF-4220) - [SSO] Not able to login with implicitFlow false after changing the config
- [ADF-4220](https://issues.alfresco.com/jira/browse/ADF-4220) - [SSO] Not able to login with implicitFlow false after changing the config
- [ADF-4229](https://issues.alfresco.com/jira/browse/ADF-4229) - Big space issue in case of RTL ADF application
- [ADF-4229](https://issues.alfresco.com/jira/browse/ADF-4229) - Big space issue in case of RTL ADF application
- [ADF-4230](https://issues.alfresco.com/jira/browse/ADF-4230) - Pagination arrows in the wrong order, in case or RTL ADF application
- [ADF-4230](https://issues.alfresco.com/jira/browse/ADF-4230) - Pagination arrows in the wrong order, in case or RTL ADF application
- [ADF-4281](https://issues.alfresco.com/jira/browse/ADF-4281) - Completed processes default filters is not doing the correct call
- [ADF-4281](https://issues.alfresco.com/jira/browse/ADF-4281) - Completed processes default filters is not doing the correct call
- [ADF-4282](https://issues.alfresco.com/jira/browse/ADF-4282) - The name of the content is not well aligned in documentList on small devices
- [ADF-4282](https://issues.alfresco.com/jira/browse/ADF-4282) - The name of the content is not well aligned in documentList on small devices
- [ADF-4287](https://issues.alfresco.com/jira/browse/ADF-4287) - The alignment in datatable is wrong
- [ADF-4287](https://issues.alfresco.com/jira/browse/ADF-4287) - The alignment in datatable is wrong
- [ADF-4301](https://issues.alfresco.com/jira/browse/ADF-4301) - [Accessibility] Not able to navigate through tasks in task list using tab
- [ADF-4301](https://issues.alfresco.com/jira/browse/ADF-4301) - [Accessibility] Not able to navigate through tasks in task list using tab
- [ADF-4305](https://issues.alfresco.com/jira/browse/ADF-4305) - DocumentList - CardViewMode - Field values missing in the display.
- [ADF-4305](https://issues.alfresco.com/jira/browse/ADF-4305) - DocumentList - CardViewMode - Field values missing in the display.
- [ADF-4313](https://issues.alfresco.com/jira/browse/ADF-4313) - [Demo shell] Form field looks like an editable field in task header after task was completed
- [ADF-4313](https://issues.alfresco.com/jira/browse/ADF-4313) - [Demo shell] [Form](../../lib/process-services/task-list/models/form.model.ts) field looks like an editable field in task header after task was completed
- [ADF-4316](https://issues.alfresco.com/jira/browse/ADF-4316) - People component table is not well aligned
- [ADF-4316](https://issues.alfresco.com/jira/browse/ADF-4316) - [People component](../process-services/components/people.component.md) table is not well aligned
- [ADF-4318](https://issues.alfresco.com/jira/browse/ADF-4318) - Process definition is not automatically selected if the app contains more than one
- [ADF-4318](https://issues.alfresco.com/jira/browse/ADF-4318) - Process definition is not automatically selected if the app contains more than one
### Task
- [ADF-3873](https://issues.alfresco.com/jira/browse/ADF-3873) - Create automated tests for edit process filters
- [ADF-3873](https://issues.alfresco.com/jira/browse/ADF-3873) - Create automated tests for edit process filters
- [ADF-3888](https://issues.alfresco.com/jira/browse/ADF-3888) - Implement automated tests for all the properties of task list and edit task filters components
- [ADF-3888](https://issues.alfresco.com/jira/browse/ADF-3888) - Implement automated tests for all the properties of task list and edit task filters components
- [ADF-3976](https://issues.alfresco.com/jira/browse/ADF-3976) - EditTaskComponent - Be able to customise the sorting and actions
- [ADF-3976](https://issues.alfresco.com/jira/browse/ADF-3976) - EditTaskComponent - Be able to customise the sorting and actions
- [ADF-3977](https://issues.alfresco.com/jira/browse/ADF-3977) - EditProcessComponent - Be able to change the sort and actions
- [ADF-3977](https://issues.alfresco.com/jira/browse/ADF-3977) - EditProcessComponent - Be able to change the sort and actions
- [ADF-3978](https://issues.alfresco.com/jira/browse/ADF-3978) - Travis on dev branch - should not run the jobs Create docker pr Deploy docker pr
- [ADF-3978](https://issues.alfresco.com/jira/browse/ADF-3978) - Travis on dev branch - should not run the jobs Create docker pr Deploy docker pr
- [ADF-3981](https://issues.alfresco.com/jira/browse/ADF-3981) - Automate Login Component manual test C291854
- [ADF-3981](https://issues.alfresco.com/jira/browse/ADF-3981) - Automate [Login Component](../core/components/login.component.md) manual test C291854
- [ADF-3986](https://issues.alfresco.com/jira/browse/ADF-3986) - [ProcessListCloudComponent] Be able to filter process with all possible params
- [ADF-3986](https://issues.alfresco.com/jira/browse/ADF-3986) - [ProcessListCloudComponent] Be able to filter process with all possible params
- [ADF-4004](https://issues.alfresco.com/jira/browse/ADF-4004) - Automate attach file test case
- [ADF-4004](https://issues.alfresco.com/jira/browse/ADF-4004) - Automate attach file test case
- [ADF-4012](https://issues.alfresco.com/jira/browse/ADF-4012) - Automate ADF-3872 - to be able to set default columns in adf-process-list-cloud
- [ADF-4012](https://issues.alfresco.com/jira/browse/ADF-4012) - Automate ADF-3872 - to be able to set default columns in adf-process-list-cloud
- [ADF-4015](https://issues.alfresco.com/jira/browse/ADF-4015) - automate ADF-3982 - Should be able to filter tasks with all possible params
- [ADF-4015](https://issues.alfresco.com/jira/browse/ADF-4015) - automate ADF-3982 - Should be able to filter tasks with all possible params
- [ADF-4045](https://issues.alfresco.com/jira/browse/ADF-4045) - Automate test infinite pagination delete
- [ADF-4045](https://issues.alfresco.com/jira/browse/ADF-4045) - Automate test infinite pagination delete
- [ADF-4048](https://issues.alfresco.com/jira/browse/ADF-4048) - PeopleCloud - Improve the preselectUsers
- [ADF-4048](https://issues.alfresco.com/jira/browse/ADF-4048) - PeopleCloud - Improve the preselectUsers
- [ADF-4061](https://issues.alfresco.com/jira/browse/ADF-4061) - Automate test for navigating to a non empty folder in &gt;= 2nd page
- [ADF-4061](https://issues.alfresco.com/jira/browse/ADF-4061) - Automate test for navigating to a non empty folder in >= 2nd page
- [ADF-4064](https://issues.alfresco.com/jira/browse/ADF-4064) - Remove multiple elements locators
- [ADF-4064](https://issues.alfresco.com/jira/browse/ADF-4064) - Remove multiple elements locators
- [ADF-4067](https://issues.alfresco.com/jira/browse/ADF-4067) - [APS2] Application Name input should have the same name in all components
- [ADF-4067](https://issues.alfresco.com/jira/browse/ADF-4067) - [APS2] Application Name input should have the same name in all components
- [ADF-4083](https://issues.alfresco.com/jira/browse/ADF-4083) - Parse &#39;escaped&#39; empty spaced labels inside facetFields or facetIntervals
- [ADF-4083](https://issues.alfresco.com/jira/browse/ADF-4083) - Parse 'escaped' empty spaced labels inside facetFields or facetIntervals
- [ADF-4089](https://issues.alfresco.com/jira/browse/ADF-4089) - contentListPage refactoring
- [ADF-4089](https://issues.alfresco.com/jira/browse/ADF-4089) - contentListPage refactoring
- [ADF-4094](https://issues.alfresco.com/jira/browse/ADF-4094) - Automate Permissions Component
- [ADF-4094](https://issues.alfresco.com/jira/browse/ADF-4094) - Automate Permissions Component
- [ADF-4121](https://issues.alfresco.com/jira/browse/ADF-4121) - Fixing failing e2e tests
- [ADF-4121](https://issues.alfresco.com/jira/browse/ADF-4121) - Fixing failing e2e tests
- [ADF-4123](https://issues.alfresco.com/jira/browse/ADF-4123) - Process Cloud Instance Details Header component
- [ADF-4123](https://issues.alfresco.com/jira/browse/ADF-4123) - Process Cloud Instance Details Header component
- [ADF-4124](https://issues.alfresco.com/jira/browse/ADF-4124) - [Demo Shell] TaskListCloud with the filter on a Process instance
- [ADF-4124](https://issues.alfresco.com/jira/browse/ADF-4124) - [Demo Shell] TaskListCloud with the filter on a Process instance
- [ADF-4132](https://issues.alfresco.com/jira/browse/ADF-4132) - [Artificial Intelligence] Smart viewer for ADF recognising entities
- [ADF-4132](https://issues.alfresco.com/jira/browse/ADF-4132) - [Artificial Intelligence] Smart viewer for ADF recognising entities
- [ADF-4145](https://issues.alfresco.com/jira/browse/ADF-4145) - [Artificial Intelligence] Transformation Services added to the ACS instance in the ADF development pipeline
- [ADF-4145](https://issues.alfresco.com/jira/browse/ADF-4145) - [Artificial Intelligence] Transformation Services added to the ACS instance in the ADF development pipeline
- [ADF-4147](https://issues.alfresco.com/jira/browse/ADF-4147) - Add a way to test selectionMode on demo-shell for task list cloud component
- [ADF-4147](https://issues.alfresco.com/jira/browse/ADF-4147) - Add a way to test selectionMode on demo-shell for [task list cloud component](../process-services-cloud/components/task-list-cloud.component.md)
- [ADF-4149](https://issues.alfresco.com/jira/browse/ADF-4149) - e2e tests - Move the pages from the e2e folder to the adf-testing
- [ADF-4149](https://issues.alfresco.com/jira/browse/ADF-4149) - e2e tests - Move the pages from the e2e folder to the adf-testing
- [ADF-4155](https://issues.alfresco.com/jira/browse/ADF-4155) - AppList - be able to show the list of apps even in case the deployment service is missing
- [ADF-4155](https://issues.alfresco.com/jira/browse/ADF-4155) - AppList - be able to show the list of apps even in case the deployment service is missing
- [ADF-4158](https://issues.alfresco.com/jira/browse/ADF-4158) - No Alfresco-supplied docker image should run as root
- [ADF-4158](https://issues.alfresco.com/jira/browse/ADF-4158) - No Alfresco-supplied docker image should run as root
- [ADF-4159](https://issues.alfresco.com/jira/browse/ADF-4159) - DemoShell add nested-menu
- [ADF-4159](https://issues.alfresco.com/jira/browse/ADF-4159) - DemoShell add nested-menu
- [ADF-4184](https://issues.alfresco.com/jira/browse/ADF-4184) - Add Arabic i18n support
- [ADF-4184](https://issues.alfresco.com/jira/browse/ADF-4184) - Add Arabic i18n support
- [ADF-4192](https://issues.alfresco.com/jira/browse/ADF-4192) - Remove spinner check from editTaskFilter tests
- [ADF-4192](https://issues.alfresco.com/jira/browse/ADF-4192) - Remove spinner check from editTaskFilter tests
- [ADF-4195](https://issues.alfresco.com/jira/browse/ADF-4195) - Automate tests for SSO login with implicitFlow false
- [ADF-4195](https://issues.alfresco.com/jira/browse/ADF-4195) - Automate tests for SSO login with implicitFlow false
- [ADF-4201](https://issues.alfresco.com/jira/browse/ADF-4201) - About component improvements
- [ADF-4201](https://issues.alfresco.com/jira/browse/ADF-4201) - [About component](../core/components/about.component.md) improvements
- [ADF-4208](https://issues.alfresco.com/jira/browse/ADF-4208) - [E2E] Make the pipeline green again !
- [ADF-4208](https://issues.alfresco.com/jira/browse/ADF-4208) - [E2E] Make the pipeline green again !
- [ADF-4217](https://issues.alfresco.com/jira/browse/ADF-4217) - [Yeoman generator] Remove APS2 and leave Activiti only.
- [ADF-4217](https://issues.alfresco.com/jira/browse/ADF-4217) - [Yeoman generator] Remove APS2 and leave Activiti only.
- [ADF-4222](https://issues.alfresco.com/jira/browse/ADF-4222) - Fix the compilation errors on the Development branch, so that this can be added to the rules.
- [ADF-4222](https://issues.alfresco.com/jira/browse/ADF-4222) - Fix the compilation errors on the Development branch, so that this can be added to the rules.
- [ADF-4223](https://issues.alfresco.com/jira/browse/ADF-4223) - Export folder-name dialog validators
- [ADF-4223](https://issues.alfresco.com/jira/browse/ADF-4223) - Export folder-name dialog validators
- [ADF-4233](https://issues.alfresco.com/jira/browse/ADF-4233) - DemoShell - Change nested menu layout
- [ADF-4233](https://issues.alfresco.com/jira/browse/ADF-4233) - DemoShell - Change nested menu layout
### Feature (Task)
- [ADF-3945](https://issues.alfresco.com/jira/browse/ADF-3945) - Provide a way to change the infinite pagination pageSize
- [ADF-3945](https://issues.alfresco.com/jira/browse/ADF-3945) - Provide a way to change the infinite pagination pageSize
- [ADF-4038](https://issues.alfresco.com/jira/browse/ADF-4038) - Add appName filter parameter for people/group demo component
- [ADF-4038](https://issues.alfresco.com/jira/browse/ADF-4038) - Add appName filter parameter for people/group demo component
- [ADF-4095](https://issues.alfresco.com/jira/browse/ADF-4095) - Automate C268974 - Inherit Permission
- [ADF-4095](https://issues.alfresco.com/jira/browse/ADF-4095) - Automate C268974 - Inherit Permission
- [ADF-4100](https://issues.alfresco.com/jira/browse/ADF-4100) - Automate C274691 Dropdown menu
- [ADF-4100](https://issues.alfresco.com/jira/browse/ADF-4100) - Automate C274691 Dropdown menu
- [ADF-4101](https://issues.alfresco.com/jira/browse/ADF-4101) - Automate C276978 - Add user
- [ADF-4101](https://issues.alfresco.com/jira/browse/ADF-4101) - Automate C276978 - Add user
- [ADF-4102](https://issues.alfresco.com/jira/browse/ADF-4102) - Automate - C276980 - Duplicate user/group
- [ADF-4102](https://issues.alfresco.com/jira/browse/ADF-4102) - Automate - C276980 - Duplicate user/group
- [ADF-4103](https://issues.alfresco.com/jira/browse/ADF-4103) - Automate - C276982 - Remove User/Group
- [ADF-4103](https://issues.alfresco.com/jira/browse/ADF-4103) - Automate - C276982 - Remove User/Group
- [ADF-4104](https://issues.alfresco.com/jira/browse/ADF-4104) - Automate - C277014 - Role - Dropdown
- [ADF-4104](https://issues.alfresco.com/jira/browse/ADF-4104) - Automate - C277014 - Role - Dropdown
- [ADF-4105](https://issues.alfresco.com/jira/browse/ADF-4105) - Automate C277002 - Role - Site Dropdown
- [ADF-4105](https://issues.alfresco.com/jira/browse/ADF-4105) - Automate C277002 - Role - Site Dropdown
- [ADF-4106](https://issues.alfresco.com/jira/browse/ADF-4106) - Automate C276993 - Role - Consumer
- [ADF-4106](https://issues.alfresco.com/jira/browse/ADF-4106) - Automate C276993 - Role - Consumer
- [ADF-4107](https://issues.alfresco.com/jira/browse/ADF-4107) - Automate C276994 - Role - Site Consumer
- [ADF-4107](https://issues.alfresco.com/jira/browse/ADF-4107) - Automate C276994 - Role - Site Consumer
- [ADF-4108](https://issues.alfresco.com/jira/browse/ADF-4108) - Automate - C276996 - Role - Contributor
- [ADF-4108](https://issues.alfresco.com/jira/browse/ADF-4108) - Automate - C276996 - Role - Contributor
- [ADF-4109](https://issues.alfresco.com/jira/browse/ADF-4109) - Automate C276997 - Role - Site Contributor
- [ADF-4109](https://issues.alfresco.com/jira/browse/ADF-4109) - Automate C276997 - Role - Site Contributor
- [ADF-4110](https://issues.alfresco.com/jira/browse/ADF-4110) - Automate - C277000 - Role - Editor
- [ADF-4110](https://issues.alfresco.com/jira/browse/ADF-4110) - Automate - C277000 - Role - Editor
- [ADF-4111](https://issues.alfresco.com/jira/browse/ADF-4111) - Automate C277003 - Role - Collaborator
- [ADF-4111](https://issues.alfresco.com/jira/browse/ADF-4111) - Automate C277003 - Role - Collaborator
- [ADF-4112](https://issues.alfresco.com/jira/browse/ADF-4112) - Automate C277005 Role - Site Collaborator
- [ADF-4112](https://issues.alfresco.com/jira/browse/ADF-4112) - Automate C277005 Role - Site Collaborator
- [ADF-4113](https://issues.alfresco.com/jira/browse/ADF-4113) - Automate C277004 Role - Coordinator
- [ADF-4113](https://issues.alfresco.com/jira/browse/ADF-4113) - Automate C277004 Role - Coordinator
- [ADF-4114](https://issues.alfresco.com/jira/browse/ADF-4114) - Automate - C277006 Role - Site Manager
- [ADF-4114](https://issues.alfresco.com/jira/browse/ADF-4114) - Automate - C277006 Role - Site Manager
- [ADF-4115](https://issues.alfresco.com/jira/browse/ADF-4115) - Automate C277100 - EVERYONE group
- [ADF-4115](https://issues.alfresco.com/jira/browse/ADF-4115) - Automate C277100 - EVERYONE group
- [ADF-4116](https://issues.alfresco.com/jira/browse/ADF-4116) - Automate C277118 - Site Consumer - Add new version
- [ADF-4116](https://issues.alfresco.com/jira/browse/ADF-4116) - Automate C277118 - Site Consumer - Add new version
- [ADF-4117](https://issues.alfresco.com/jira/browse/ADF-4117) - Automate C279881 - No permissions
- [ADF-4117](https://issues.alfresco.com/jira/browse/ADF-4117) - Automate C279881 - No permissions
- [ADF-4120](https://issues.alfresco.com/jira/browse/ADF-4120) - automate ADF-3989 - The list of apps in &#39;appName&#39; filter is duplicated after switching between saved filters
- [ADF-4120](https://issues.alfresco.com/jira/browse/ADF-4120) - automate ADF-3989 - The list of apps in 'appName' filter is duplicated after switching between saved filters
- [ADF-4126](https://issues.alfresco.com/jira/browse/ADF-4126) - Automate ADF-4003 - Add roles filtering to PeopleCloudComponent
- [ADF-4126](https://issues.alfresco.com/jira/browse/ADF-4126) - Automate ADF-4003 - Add roles filtering to [PeopleCloudComponent](../process-services-cloud/components/people-cloud.component.md)
- [ADF-4129](https://issues.alfresco.com/jira/browse/ADF-4129) - Automate ADF-4066 - Task doesn&#39;t have an assignee when the assignee is empty from Start Task form
- [ADF-4129](https://issues.alfresco.com/jira/browse/ADF-4129) - Automate ADF-4066 - Task doesn't have an assignee when the assignee is empty from Start Task form
- [ADF-4151](https://issues.alfresco.com/jira/browse/ADF-4151) - Automation test for code editor displayed when opening a .js file
- [ADF-4151](https://issues.alfresco.com/jira/browse/ADF-4151) - Automation test for code editor displayed when opening a .js file
- [ADF-4166](https://issues.alfresco.com/jira/browse/ADF-4166) - Move apps-section-cloud.e2e.ts to adf-testing
- [ADF-4166](https://issues.alfresco.com/jira/browse/ADF-4166) - Move apps-section-cloud.e2e.ts to adf-testing
- [ADF-4197](https://issues.alfresco.com/jira/browse/ADF-4197) - Automation test for redirection after page reload
- [ADF-4197](https://issues.alfresco.com/jira/browse/ADF-4197) - Automation test for redirection after page reload
- [ADF-4209](https://issues.alfresco.com/jira/browse/ADF-4209) - [E2E] Fix Core tests
- [ADF-4209](https://issues.alfresco.com/jira/browse/ADF-4209) - [E2E] Fix Core tests
- [ADF-4210](https://issues.alfresco.com/jira/browse/ADF-4210) - [E2E] Fix Content-services and Search tests
- [ADF-4210](https://issues.alfresco.com/jira/browse/ADF-4210) - [E2E] Fix Content-services and Search tests
- [ADF-4211](https://issues.alfresco.com/jira/browse/ADF-4211) - Fix process-services-cloud tests
- [ADF-4211](https://issues.alfresco.com/jira/browse/ADF-4211) - Fix process-services-cloud tests
- [ADF-4218](https://issues.alfresco.com/jira/browse/ADF-4218) - [E2E] Fix Insight tests
- [ADF-4218](https://issues.alfresco.com/jira/browse/ADF-4218) - [E2E] Fix Insight tests
- [ADF-4226](https://issues.alfresco.com/jira/browse/ADF-4226) - Implement automated test for infinitePagination
- [ADF-4244](https://issues.alfresco.com/jira/browse/ADF-4244) - Fix search tests
- [ADF-4226](https://issues.alfresco.com/jira/browse/ADF-4226) - Implement automated test for infinitePagination
- [ADF-4244](https://issues.alfresco.com/jira/browse/ADF-4244) - Fix search tests
Please refer to the [Alfresco issue tracker](https://issues.alfresco.com/jira/projects/ADF/issues/ADF-581?filter=allopenissues) for other known issues in this release. If you have any questions about the release, please contact us using [Gitter](https://gitter.im/Alfresco/alfresco-ng2-components).

View File

@@ -18,24 +18,18 @@ versions of ADF.
- [New package versions](#new-package-versions)
- [Goals for this release](#goals-for-this-release)
- [More on Activiti 7](#more-on-activiti-7)
-[New permission template to app list](new-permission-template-to-app-list)
-[Cloud form definition selector component](cloud-form-definition-selector-component)
- [Five more languages supported](#five-more-languages-supported)
- [List separator configuration in multi-value metadata](#list-separator-configuration-in-multi-value-metadata)
- [Confirm Dialog third extra button option and custom HTML message](#confirm-dialog-third-extra-button-option-and-custom-html-message)
- [Configuration option to change the dafault viewer zoom](#configuration-option-to-change-the-dafault-viewer-zoom)
- [Drop events for DataTable component](#drop-events-for-dataTable-component)
- [Option to chose which panel to show first in info drawer](#option-to-chose-which-panel-to-show-first-in-info-drawer)
- [Confirm Dialog third extra button option and custom HTML message](#confirm-dialog-third-extra-button-option-and--custom-html-message)
- [Configuration option to change the default viewer zoom](#configuration-option-to-change-the-default-viewer-zoom)
- [Drop events for DataTable component](#drop-events-for-datatable-component)
- [Sidenav Layout Direction property](#sidenav-layout-direction-property)
- [Custom local storages prefix property](#custom-local-storages-prefix-property)
- [Datatable Component new Json cell type](#datatable-component-new-json-cell-type)
- [Datatable Component new Json cell type](#datatable-component-new--json-cell-type)
- [Localisation](#localisation)
- [References](#references)
- [Issues addressed](#issues-addressed)
- [Documentation](#documentation)
- [Feature](#feature)
- [Bug](#bug)
- [Task](#task)
- [Feature (Task)](#feature-task)
## New package versions
@@ -60,16 +54,18 @@ Below are the most important new features of this release:
- [More on Activiti 7](#more-on-activiti-7)
- [Five more languages supported](#five-more-languages-supported)
- [Event handling during header row action](#event-handling-during-header-row-action)
- [List separator configuration in multi-value metadata](#list-separator-configuration-in-multi-value-metadata)
- [List separator configuration in multi-value metadata](#list-separator-configuration-in-multi-value-metadata)
### More on Activiti 7
In ADF 3.0.0 (released in February) we announced the introduction of the new `*Cloud` package. This contains a set of components to support [Activiti 7](https://www.activiti.org/), the next generation Cloud Native implementation of Activiti BPM Engine. With the ADF 3.2 release, the journey continues with more supported features, like:
#### New permission template to app list
A new message template is now displayed when a user doesn't have permissions
#### Cloud form definition selector component
Cloud form definition selector component is a dropdown that shows all the form present in your app:
```html
@@ -78,8 +74,10 @@ Cloud form definition selector component is a dropdown that shows all the form p
(selectForm)="onFormSelect($event)">
</adf-cloud-form-definition-selector>
```
For more details refer to the:
- [DataTable component](../process-services-cloud/components/form-definition-selector-cloud.component.md ).
- [DataTable component](../process-services-cloud/components/form-definition-selector-cloud.component.md).
### Five more languages supported
@@ -97,37 +95,41 @@ As of this version of ADF, developers can configure the list separator of multi-
"multi-value-pipe-separator" : " - "
}
```
For more details refer to the:
- [Content Metadata Card component](../content-services/components/content-metadata-card.component.md)
- [Content Metadata Card component](../content-services/components/content-metadata-card.component.md)
### Option to chose which panel to show first in info drawer
Is now possible define which aspect show expanded by default in the metadata card applying the optional property ```displayAspect```
Is now possible define which aspect show expanded by default in the metadata card applying the optional property `displayAspect`
![feature-1](https://user-images.githubusercontent.com/14145706/56648273-a45efd80-66a0-11e9-866b-4f13c7df4b80.gif)
For more details refer to the:
- [Content Metadata Card component](../content-services/components/content-metadata-card.component.md)
### Confirm Dialog third extra button option and custom HTML message
- [Content Metadata Card component](../content-services/components/content-metadata-card.component.md)
### Confirm Dialog third extra button option and custom HTML message
Is now possible add an extra button in the Confirm Dialog
#### Dialog inputs
| Name | Type | Default value | Description |
| ---- | ---- | ---- | ----------- |
| title | `string` | `Confirm` | It will be placed in the dialog title section. |
| Name | Type | Default value | Description |
| ---- | ---- | ------------- | ----------- |
| title | `string` | `Confirm` | It will be placed in the dialog title section. |
| yesLabel | `string` | `yes` | It will be placed first in the dialog action section |
| noLabel | `string` | `no`| It will be placed last in the dialog action section |
| thirdOptionLabel (optional) | `string` | | It is not a mandatory input. it will be rendered in between yes and no label |
| noLabel | `string` | `no` | It will be placed last in the dialog action section |
| thirdOptionLabel (optional) | `string` | | It is not a mandatory input. it will be rendered in between yes and no label |
| message | `string` | `Do you want to proceed?` | It will be rendered in the dialog content area |
| htmlContent | `HTML` | | It will be rendered in the dialog content area |
| htmlContent | `HTML` | | It will be rendered in the dialog content area |
![yes-all](https://user-images.githubusercontent.com/14145706/56139451-87e30700-5fb6-11e9-8121-e58008231df2.png)
For more details refer to the:
- [Confirm Dialog](../content-services/dialogs/confirm.dialog.md)
- [Confirm Dialog](../content-services/dialogs/confirm.dialog.md)
### Configuration option to change the default viewer zoom
@@ -146,16 +148,18 @@ In the same way, you can set a default zoom scaling value for the image viewer b
"adf-viewer": {
"image-viewer-scaling": 150
}
```
```
By default, the viewer's zoom scaling is set to 100%.
For more details refer to the:
- [Viewer Component](../docs/core/components/viewer.component.md)
### Drop events for DataTable component
- [Viewer Component](../docs/core/components/viewer.component.md)
### Drop events for DataTable component
#### Drop Events
Below are the four new DOM events emitted by the DataTable component.
These events bubble up the component tree and can be handled by any parent component.
@@ -203,38 +207,42 @@ Given that DataTable raises bubbling DOM events, you can handle drop behavior fr
</div>
```
### Sidenav Layout Direction property
### Sidenav Layout Direction property
If you use the [Sidenav Layout component](../core/components/sidenav-layout.component.md) you can choose set the direction property in it using the property direction ans set it to **'rtl'**
```html
```html
<adf-sidenav-layout
[direction]="'rtl'">
[direction]="'rtl'">
......
</adf-sidenav-layout>
```
![preview](https://user-images.githubusercontent.com/3947156/55820667-507ee100-5b04-11e9-81ee-a9951982b237.gif)
### Custom local storages prefix property
### Custom local storages prefix property
If you are using multiple ADF apps, you might want to set the following configuration so that the apps have specific storages and are independent of others when setting and getting data from the local storage.
In order to achieve this, you will only need to set your app identifier under the `storagePrefix` property of the app in your `app.config.json` file.
```json
```json
"application": {
"storagePrefix": "ADF_Identifier"
"storagePrefix": "ADF_Identifier"
}
```
### Datatable Component new Json cell type
### Datatable Component new Json cell type
The datale is now able to render in a better way JSON text :
Show Json formated value inside datatable component.
```html
```html
<adf-datatable ...>
<data-columns>
<data-column key="entry.json" type="json" title="Json Column"></data-column>
</data-columns>
<data-columns>
<data-column key="entry.json" type="json" title="Json Column"></data-column>
</data-columns>
</adf-datatable>
```
@@ -259,10 +267,10 @@ Please refer to the [official documentation](http://docs.alfresco.com/) for furt
## Issues addressed
Below is the list of JIRA issues that were closed for this release.
Release Notes - Apps Development Framework - Version 3.2.0
<h2> Documentation
</h2>
<ul>