mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
[Linked fields] Add Linked Field as custom field type (#1206)
* Add linked fields * Update to use Field.linkedId * Update jslib
This commit is contained in:
@@ -388,8 +388,8 @@
|
||||
<textarea id="notes" name="Notes" rows="6" [(ngModel)]="cipher.notes"
|
||||
[disabled]="cipher.isDeleted || viewOnly" class="form-control"></textarea>
|
||||
</div>
|
||||
<app-vault-add-edit-custom-fields [cipher]="cipher" [viewOnly]="viewOnly" [copy]="copy.bind(this)">
|
||||
</app-vault-add-edit-custom-fields>
|
||||
<app-vault-add-edit-custom-fields [cipher]="cipher" [thisCipherType]="cipher.type" [viewOnly]="viewOnly"
|
||||
[copy]="copy.bind(this)"></app-vault-add-edit-custom-fields>
|
||||
<ng-container *ngIf="allowOwnershipAssignment()">
|
||||
<h3 class="mt-4">{{'ownership' | i18n}}</h3>
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user