Skip to content
Snippets Groups Projects
Commit 107239d9 authored by François Agneray's avatar François Agneray
Browse files

Fixed: Bug when renderer download file is empty

parent c48bfcab
No related branches found
No related tags found
1 merge request!72Develop
Pipeline #9063 passed
Pipeline: anis-next

#9064

    <a [href]="getHref()" (click)="click($event)" [ngClass]="{'btn btn-outline-primary btn-sm': (getConfig().display=='text-button' || getConfig().display=='icon-button' || getConfig().display=='icon-text-btn')}">
    <a *ngIf="value" [href]="getHref()" (click)="click($event)" [ngClass]="{'btn btn-outline-primary btn-sm': (getConfig().display=='text-button' || getConfig().display=='icon-button' || getConfig().display=='icon-text-btn')}">
    <span *ngIf="getConfig().display === 'icon-button' || getConfig().display === 'icon-text-btn'" class="{{getConfig().icon}}"></span>
    <span *ngIf="getConfig().display === 'icon-text-btn'">&nbsp;</span>
    <span *ngIf="getConfig().display !== 'icon-button'">{{ getText() }}</span>
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment