mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
fixed some dynamic params over <a> components
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
<input type="text"
|
<input type="text"
|
||||||
class="border-0 form-control-plaintext tag-input mt-1 mb-1 pl-2 text-muted"
|
class="border-0 form-control-plaintext tag-input mt-1 mb-1 pl-2 text-muted"
|
||||||
readonly
|
readonly
|
||||||
tabindex="-1"
|
tabindex="0"
|
||||||
value="{{'form.no-value' | translate}}">
|
value="{{'form.no-value' | translate}}">
|
||||||
</div>
|
</div>
|
||||||
<ds-chips
|
<ds-chips
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
<a *ngIf="isVisible | async" class="d-flex flex-row"
|
<a *ngIf="isVisible | async" class="d-flex flex-row"
|
||||||
[tabIndex]="-1"
|
|
||||||
[routerLink]="[searchLink]"
|
[routerLink]="[searchLink]"
|
||||||
[queryParams]="addQueryParams" queryParamsHandling="merge"
|
[queryParams]="addQueryParams" queryParamsHandling="merge"
|
||||||
(click)="announceFilter()" role="button" tabindex="0">
|
(click)="announceFilter()" role="button" tabindex="0">
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
<a class="d-flex flex-row"
|
<a class="d-flex flex-row"
|
||||||
[tabIndex]="-1"
|
|
||||||
[routerLink]="[searchLink]"
|
[routerLink]="[searchLink]"
|
||||||
[queryParams]="removeQueryParams" queryParamsHandling="merge" role="link" tabindex="0">
|
[queryParams]="removeQueryParams" queryParamsHandling="merge" role="link" tabindex="0">
|
||||||
<label class="mb-0 d-flex w-100">
|
<label class="mb-0 d-flex w-100">
|
||||||
|
Reference in New Issue
Block a user