fix component logic

main
Ziyang Hu 2 years ago
parent 14b375bfa1
commit 939e36de19

@ -546,6 +546,10 @@ impl SessionTx {
for (attr, v) in pairs { for (attr, v) in pairs {
self.parse_tx_request_inner(eid, &attr, v, action, since, temp_id_ctx, collected)?; self.parse_tx_request_inner(eid, &attr, v, action, since, temp_id_ctx, collected)?;
} }
} else if !eid.is_perm() {
for (attr, v) in pairs {
self.parse_tx_request_inner(eid, &attr, v, action, since, temp_id_ctx, collected)?;
}
} }
Ok((eid, has_unique_attr)) Ok((eid, has_unique_attr))
} }

Loading…
Cancel
Save