mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3530] Share file dialog - expiration date update (#3860)
* disable button when no selection * fix date
This commit is contained in:
committed by
Eugenio Romano
parent
5467e92966
commit
95587de864
@@ -119,7 +119,7 @@
|
||||
</mat-icon>
|
||||
</button>
|
||||
<button mat-icon-button
|
||||
[disabled]="!shareRef.isFile"
|
||||
[disabled]="documentList.selection.length && !shareRef.isFile"
|
||||
[baseShareUrl]="baseShareUrl"
|
||||
#shareRef="adfShare"
|
||||
[adf-share]="documentList.selection[0]"
|
||||
|
Reference in New Issue
Block a user