mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Chore: add note about select options to edit dialog (#8267)
This commit is contained in:
parent
0dc47d156f
commit
22f29b3659
2 changed files with 15 additions and 5 deletions
|
|
@ -27,6 +27,9 @@
|
|||
</div>
|
||||
}
|
||||
</div>
|
||||
@if (object?.id) {
|
||||
<small class="d-block mt-2" i18n>Warning: existing instances of this field will retain their current value index (e.g. option #1, #2, #3) after editing the options here</small>
|
||||
}
|
||||
}
|
||||
@case (CustomFieldDataType.Monetary) {
|
||||
<div class="my-3">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue