@banch0u/core-project-test-repository 1.12.1 → 1.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -105,7 +105,7 @@ var Filter = function Filter(_ref) {
|
|
|
105
105
|
key: i,
|
|
106
106
|
value: isIdArray ? JSON.stringify(option.id) // Convert array to string
|
|
107
107
|
: option.id // Use ID directly
|
|
108
|
-
}, option.name, " ", option.surname, " ", option.text);
|
|
108
|
+
}, option.name, " ", option.surname, " ", option.text, " [".concat(option.registrationNumber, "] ").concat(option.vehicleBrand, " ").concat(option.vehicleModel));
|
|
109
109
|
})));
|
|
110
110
|
}
|
|
111
111
|
if (col.type === "date") {
|