reverted %RecordInformation%
This commit is contained in:
@@ -165,7 +165,7 @@ pub fn insert(
|
|||||||
for (k, v) in &detect_info.ext_field {
|
for (k, v) in &detect_info.ext_field {
|
||||||
let converted_reserve_info = convert_profile_reserved_info(v, profile_converter);
|
let converted_reserve_info = convert_profile_reserved_info(v, profile_converter);
|
||||||
if v == "%RecordInformation%" {
|
if v == "%RecordInformation%" {
|
||||||
tmp_converted_info.insert(k.to_owned(), v.to_owned());
|
tmp_converted_info.insert(k.to_owned(), converted_reserve_info);
|
||||||
} else {
|
} else {
|
||||||
tmp_converted_info.insert(
|
tmp_converted_info.insert(
|
||||||
k.to_owned(),
|
k.to_owned(),
|
||||||
|
|||||||
Reference in New Issue
Block a user