|
@@ -124,7 +124,7 @@ impl Transaction {
|
|
|
pub fn get_filterable_fields(&self) -> Vec<FilterableValue> {
|
|
|
let mut filters = vec![
|
|
|
FilterableValue::Anything,
|
|
|
- FilterableValue::Type(self.transaction.typ.clone()),
|
|
|
+ FilterableValue::Type(self.transaction.typ),
|
|
|
FilterableValue::TxId(self.id.clone()),
|
|
|
FilterableValue::Status(self.revision.status.clone()),
|
|
|
FilterableValue::Revision(self.revision_id.clone()),
|