mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
add markdown linter (#2048)
This commit is contained in:
@@ -176,7 +176,7 @@ The component shows the details of the task id passed in input
|
||||
|
||||
By default the Activiti Task Details provides the following message for the empty task details:
|
||||
|
||||
```
|
||||
```html
|
||||
No Tasks
|
||||
```
|
||||
|
||||
@@ -247,7 +247,6 @@ You can use inside the filter one of the following property
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
## Activiti Filter
|
||||
|
||||
The component shows all the available filters.
|
||||
@@ -281,8 +280,10 @@ If both `appId` and `appName` are specified then `appName` will take precedence
|
||||
<adf-filters
|
||||
[filterParam]="{name:'My tasks'}">
|
||||
</adf-filters>
|
||||
|
||||
```
|
||||
|
||||
|
||||
You can use inside the filterParam one of the following property.
|
||||
|
||||
### FilterParamsModel
|
||||
@@ -422,6 +423,7 @@ The purpose of the component is populate the local variable called `properties`
|
||||
| claim | Raised when the task is claimed. |
|
||||
|
||||
## TaskDetailsModel
|
||||
|
||||
```json
|
||||
{
|
||||
"id": "string",
|
||||
@@ -431,6 +433,7 @@ The purpose of the component is populate the local variable called `properties`
|
||||
"description": "string"
|
||||
}
|
||||
```
|
||||
|
||||
## Task People Component
|
||||
|
||||
This component displays involved users to a specified task
|
||||
|
Reference in New Issue
Block a user