From 0b08d83e6f05ff863ef85c63cb86f5b7f39b5c23 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 10 Apr 2017 18:33:34 +0000 Subject: [PATCH] LP#1673857: teach egFmRecordEditor how to create non-sequence-controlled ID values Since config.copy_tag_type uses a natural key, the egFmRecordEditor dialog needs to allow the user to set it when creating a new type. Signed-off-by: Galen Charlton Signed-off-by: Josh Stompro Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/share/t_fm_record_editor.tt2 | 8 +++++++- .../web/js/ui/default/staff/services/fm_record_editor.js | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/share/t_fm_record_editor.tt2 b/Open-ILS/src/templates/staff/share/t_fm_record_editor.tt2 index f7a7a6ed21..f2328a10a5 100644 --- a/Open-ILS/src/templates/staff/share/t_fm_record_editor.tt2 +++ b/Open-ILS/src/templates/staff/share/t_fm_record_editor.tt2 @@ -11,7 +11,13 @@
- {{rec[field.name]()}} + {{rec[field.name]()}} + +