Commits

Art Lowel authored 1c50dbf4c61
Merge remote-tracking branch 'alexandre/fix-create-relationship-not-working-between-same-types_contribute-7.6' into w2p-113560_edit-item-add-relationships-one-by-one
No tags

src/app/item-page/edit-item-page/item-relationships/edit-relationship-list/edit-relationship-list.component.html

Modified
1 1 <h5>
2 - {{getRelationshipMessageKey() | async | translate}}
2 + {{relationshipMessageKey$ | async | translate}}
3 3 <button class="ml-2 btn btn-success" [disabled]="(hasChanges | async)" (click)="openLookup()">
4 4 <i class="fas fa-plus"></i>
5 5 <span class="d-none d-sm-inline">&nbsp;{{"item.edit.relationships.edit.buttons.add" | translate}}</span>
6 6 </button>
7 7 </h5>
8 8 <ng-container *ngVar="updates$ | async as updates">
9 9 <ng-container *ngIf="updates && !(loading$ | async)">
10 10 <ng-container *ngVar="updates | dsObjectValues as updateValues">
11 11 <ds-pagination
12 12 [paginationOptions]="paginationConfig"

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut