Skip to content

Commit

Permalink
[ACA-3957] - Replace icons on process cloud (#6355)
Browse files Browse the repository at this point in the history
* replace icons on process cloud

* replace ic-process icon

* replace process and task icon

* revert icon on demo-shell
  • Loading branch information
SilviuCPopa committed Nov 18, 2020
1 parent 20810ec commit 6e07c3e
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 25 deletions.
41 changes: 19 additions & 22 deletions lib/core/assets/images/ic-process.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions lib/core/assets/images/save.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions lib/core/assets/images/task.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion lib/core/services/thumbnail.service.ts
Expand Up @@ -159,7 +159,9 @@ export class ThumbnailService {
'dynamic-feed': './assets/images/dynamic_feed-24px.svg',
'ic-process': './assets/images/ic-process.svg',
'filter': './assets/images/ft_ic_filter.svg',
'save-as': './assets/images/save-as.svg'
'save-as': './assets/images/save-as.svg',
'save': './assets/images/save.svg',
'task': './assets/images/task.svg'
};

constructor(protected apiService: AlfrescoApiService, matIconRegistry: MatIconRegistry, sanitizer: DomSanitizer) {
Expand Down
Expand Up @@ -501,7 +501,7 @@ export class EditProcessFilterCloudComponent implements OnInit, OnChanges, OnDes
return [
{
actionType: EditProcessFilterCloudComponent.ACTION_SAVE,
icon: 'save',
icon: 'adf:save',
tooltip: 'ADF_CLOUD_EDIT_PROCESS_FILTER.TOOL_TIP.SAVE'
},
{
Expand Down
Expand Up @@ -146,7 +146,7 @@ export abstract class BaseEditTaskFilterCloudComponent<T> implements OnInit, OnC
return [
{
actionType: BaseEditTaskFilterCloudComponent.ACTION_SAVE,
icon: 'save',
icon: 'adf:save',
tooltip: 'ADF_CLOUD_EDIT_TASK_FILTER.TOOL_TIP.SAVE'
},
{
Expand Down

0 comments on commit 6e07c3e

Please sign in to comment.