]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Make frontend list a generic management list
authorshamoon <4887959+shamoon@users.noreply.github.com>
Fri, 13 Dec 2024 21:24:39 +0000 (13:24 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Thu, 20 Mar 2025 23:21:14 +0000 (16:21 -0700)
commitb8c618abbeb086508a24497fb47c5f5ec9dc9191
tree328d311de8b454f26474328bda157222228b6846
parent7a46806643ea22c7a2779648fff8281ac18ee283
Make frontend list a generic management list
12 files changed:
src-ui/src/app/app-routing.module.ts
src-ui/src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html
src-ui/src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.ts
src-ui/src/app/components/manage/custom-fields-list/custom-fields-list.component.ts [new file with mode: 0644]
src-ui/src/app/components/manage/custom-fields-list/custom-fields.component.spec.ts [moved from src-ui/src/app/components/manage/custom-fields/custom-fields.component.spec.ts with 98% similarity]
src-ui/src/app/components/manage/custom-fields/custom-fields.component.html [deleted file]
src-ui/src/app/components/manage/custom-fields/custom-fields.component.scss [deleted file]
src-ui/src/app/components/manage/custom-fields/custom-fields.component.ts [deleted file]
src-ui/src/app/components/manage/management-list/management-list.component.html
src-ui/src/app/components/manage/management-list/management-list.component.ts
src-ui/src/app/data/custom-field.ts
src-ui/src/app/services/rest/custom-fields.service.ts