Remove obsolete UI warning on edit storage path

This commit is contained in:
shamoon
2023-02-17 14:23:09 -08:00
committed by Trenton H
parent c5aa4e7cf6
commit ceaf97c950
2 changed files with 7 additions and 18 deletions

View File

@@ -6,10 +6,6 @@
</div>
<div class="modal-body">
<p *ngIf="this.dialogMode === 'edit'" i18n>
<em>Note that editing a path does not apply changes to stored files until you have run the 'document_renamer' utility. See the <a target="_blank" href="https://docs.paperless-ngx.com/administration/#renamer">documentation</a>.</em>
</p>
<app-input-text i18n-title title="Name" formControlName="name" [error]="error?.name"></app-input-text>
<app-input-text i18n-title title="Path" formControlName="path" [error]="error?.path" [hint]="pathHint"></app-input-text>
<app-input-select i18n-title title="Matching algorithm" [items]="getMatchingAlgorithms()" formControlName="matching_algorithm"></app-input-select>