View Issue Details

IDProjectCategoryView StatusLast Update
0001300bareos-corewebuipublic2021-12-21 13:57
Reporterfapg Assigned Tofrank  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSCentOSOS Version7
Product Version20.0.0 
Summary0001300: some job status are not categorized properly
Descriptionin 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 Informationaffects table column filter
TagsNo tags attached.

Relationships

related to 0001361 closedarogge Release Bareos 20.0.3 
related to 0001289 closedarogge Release Bareos 21.0.0 

Activities

frank

frank

2021-06-29 18:45

developer   ~0004168

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.
frank

frank

2021-07-06 11:22

developer   ~0004175

Fix committed to bareos master branch with changesetid 15053.

Related Changesets

bareos: master b34b2d1e

2021-06-29 20:55

frank

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

Issue History

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