Details
-
Type:
Bug Report
-
Status: Closed
-
Priority:
L3 - Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.0, 1.0.0-alpha11
-
Component/s: frontend, Single Instance
-
Labels:None
Description
Given
I am in single instance view.
When
I sort by job id in the table of incidents,
Then
the sort does not work correctly.
Currently, we are sorting ids like strings, but if the ids are always numbers then we need to change the type of "Job Id" from string to number and we need to sort them like numbers, so that they will be 0 to n and n to 0 in the lists.
Hint
use the Nested subprocesses
mgm-controller-panel
This is the controller panel for Smart Panels app
Attachments
Issue Links
- is related to
-
OPE-489 I can sort by Instance id and job id correctly
-
- Closed
-