View Issue Details

IDProjectCategoryView StatusLast Update
0001339bareos-corewebuipublic2021-12-23 08:39
Reporterkhvalera Assigned Tofrank  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
OS Versionarchlinux 
Product Version20.0.1 
Summary0001339: When going to the Run jobs tab I get an error
Descriptionwhen going to the Run jobs https://127.0.0.1/bareos-webui/job/run/ tab I get an error:
Notice: Undefined index: value in /usr/share/webapps/bareos-webui/module/Pool/src/Pool/Model/PoolModel.php on line 152
Steps To Reproducehttps://127.0.0.1/bareos-webui/job/run/
Tagswebui

Activities

khvalera

khvalera

2021-04-19 11:54

reporter   ~0004112

I am attaching a screenshot:
khvalera

khvalera

2021-06-11 22:36

reporter   ~0004156

You need to correct the expression: preg_match('/\s*Next\s*Pool\s*=\s*("|\')?(?<value>.*)(?(1)\1|)/i', $result, $matches);
khvalera

khvalera

2021-06-11 22:39

reporter   ~0004157

I temporarily corrected myself so that the error does not appear: preg_match('/\s*Pool\s*=?(?<value>.*)(?(1)\1|)/i', $result, $matches);
But most of all this is not the right decision.

Issue History

Date Modified Username Field Change
2021-04-19 11:49 khvalera New Issue
2021-04-19 11:49 khvalera Tag Attached: webui
2021-04-19 11:54 khvalera File Added: Снимок экрана_2021-04-19_12-52-56.png
2021-04-19 11:54 khvalera Note Added: 0004112
2021-04-29 10:59 frank Assigned To => frank
2021-04-29 10:59 frank Status new => assigned
2021-06-11 22:36 khvalera Note Added: 0004156
2021-06-11 22:39 khvalera Note Added: 0004157