mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3911] Converted GIF image URLs to absolute (#4159)
This commit is contained in:
committed by
Eugenio Romano
parent
431e2ff09c
commit
c8303f3479
@@ -83,7 +83,7 @@ Creates and manages public shared links for files.
|
||||
<mat-icon>share</mat-icon>
|
||||
</button>
|
||||
|
||||

|
||||

|
||||
|
||||
### Lock File
|
||||
|
||||
@@ -97,7 +97,7 @@ When a file is locked it can be locked and unlocked by default only by the user
|
||||
<mat-icon>lock</mat-icon> Lock file
|
||||
</button>
|
||||
|
||||

|
||||

|
||||
|
||||
### Comment a Node
|
||||
|
||||
@@ -108,7 +108,7 @@ The [comments component](../core/comments.component.md) can now be used also on
|
||||
[readOnly]="YOUR_READ_ONLY_FLAG">
|
||||
</adf-comments>
|
||||
|
||||

|
||||

|
||||
|
||||
### Inherit Permission Button
|
||||
|
||||
@@ -121,7 +121,7 @@ Is it now possible add remove inherit permissions to a specific node via ADF add
|
||||
|
||||
This directive should be added to a button and when the button is clicked this will add/remove the inherited permission based on the actual node configuration.
|
||||
|
||||

|
||||

|
||||
|
||||
### Permission List Component
|
||||
|
||||
@@ -132,7 +132,7 @@ We have added a new component to show the list of the permission actually presen
|
||||
|
||||
Also this component will allow a role change for the locally set permissions using a dropdown.
|
||||
|
||||

|
||||

|
||||
|
||||
### Sidenav Layout Component
|
||||
|
||||
@@ -156,7 +156,7 @@ We have added a new component to make this common layout organisation easier to
|
||||
|
||||
</adf-sidenav-layout>
|
||||
|
||||

|
||||

|
||||
|
||||
### Content metadata component enhancement
|
||||
|
||||
@@ -172,7 +172,7 @@ Two new input parameters have been added to the content-metadata component.
|
||||
[readOnly]="true">
|
||||
</adf-content-metadata-card>
|
||||
|
||||

|
||||

|
||||
|
||||
### Search Enhancements
|
||||
|
||||
|
Reference in New Issue
Block a user