Bug #12462
closedOperation log having invisible character in the search filter
100%
Description
Description
When using the search bar in the operations log it has a invisible character which breaks the search functionality
Prerequisites
Enroll a device
Steps
Go to operations log
Open Search Operations Log
Search for operation code
Result
[1]
[2] Error log
Files
Updated by Nipuni Kavindya about 2 months ago
- Status changed from New to QA
- % Done changed from 0 to 100
https://github.com/entgra-proprietary/ui-components/pull/16
Note: When we set a form field to an empty string, since React interprets it as a valid value, it results in an empty field being shown when selecting a new field. On the other hand, when we set it to undefined, React interprets it as no value being provided, so undefined works correctly in this case. Also I tried using a state here, but in the end, we need to set the value to undefined to preserve the fix we did for the Bug in the search component (#11273). So, this approach is the simplest way to fix it.
Updated by Arshana Atapattu about 1 month ago
- Project changed from product-uem 7.0.0 GA to product-uem 6.4.0 GA
Updated by Arshana Atapattu 22 days ago
- Status changed from QA Accept to Closed
Closing due to QA accept