mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-04 01:01:35 -07:00
FE: None❌ value fixes and overrides of setting values
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
@@ -170,7 +170,8 @@ function showModalPopupForm(
|
||||
curValue = null,
|
||||
popupFormJson = null,
|
||||
parentSettingKey = null,
|
||||
triggeredBy = null
|
||||
triggeredBy = null,
|
||||
populateFromOverrides = true
|
||||
) {
|
||||
// set captions
|
||||
prefix = "modal-form";
|
||||
@@ -229,7 +230,8 @@ function showModalPopupForm(
|
||||
setObj,
|
||||
null,
|
||||
fieldOptionsOverride,
|
||||
null
|
||||
null,
|
||||
populateFromOverrides // is new entry
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user