View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001300 | bareos-core | webui | public | 2021-01-11 16:27 | 2021-12-21 13:57 |
Reporter | fapg | Assigned To | frank | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | CentOS | OS Version | 7 |
Product Version | 20.0.0 | ||||
Summary | 0001300: some job status are not categorized properly | ||||
Description | in the dashboard, when we click in waiting jobs, the url is: https://bareos-server/bareos-webui/job//?period=1&status=Waiting but should be: https://bareos-server/bareos-webui/job//?period=1&status=Queued Best Regards, Fernando Gomes | ||||
Additional Information | affects table column filter | ||||
Tags | No tags attached. | ||||
It's not a query parameter issue. WebUI categorizes all the different job status flags into groups. I had a look into it and some job status are not categorized properly so the column filter on the table does not work as expected in those cases. A fix will follow. | |
Fix committed to bareos master branch with changesetid 15053. | |
bareos: master b34b2d1e 2021-06-29 20:55 Ported: N/A Details Diff |
webui: fix job status categories in formatter function Some job states are not categorized properly so the column filter on the job table does not work as expected. This commit fixes the issue. The categories are Running, Waiting, Success, Warning and Failure. Fixes 0001300: some job status are not categorized properly |
Affected Issues 0001300 |
|
mod - webui/public/js/bootstrap-table-formatter.js | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-01-11 16:27 | fapg | New Issue | |
2021-04-29 10:32 | frank | Assigned To | => frank |
2021-04-29 10:32 | frank | Status | new => assigned |
2021-06-29 18:45 | frank | Note Added: 0004168 | |
2021-06-29 18:46 | frank | Status | assigned => confirmed |
2021-06-29 18:59 | frank | Summary | Wrong url => some job status are not categorized properly |
2021-06-29 18:59 | frank | Additional Information Updated | |
2021-07-06 11:22 | frank | Changeset attached | => bareos master b34b2d1e |
2021-07-06 11:22 | frank | Note Added: 0004175 | |
2021-07-06 11:22 | frank | Status | confirmed => resolved |
2021-07-06 11:22 | frank | Resolution | open => fixed |
2021-09-14 12:19 | arogge_adm | Relationship added | related to 0001361 |
2021-12-21 13:57 | arogge | Relationship added | related to 0001289 |