View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001339 | bareos-core | webui | public | 2021-04-19 11:49 | 2024-05-15 15:38 |
Reporter | khvalera | Assigned To | frank | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | open | ||
OS Version | archlinux | ||||
Product Version | 20.0.1 | ||||
Summary | 0001339: When going to the Run jobs tab I get an error | ||||
Description | when 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 Reproduce | https://127.0.0.1/bareos-webui/job/run/ | ||||
Tags | webui | ||||
I am attaching a screenshot: |
|
You need to correct the expression: preg_match('/\s*Next\s*Pool\s*=\s*("|\')?(?<value>.*)(?(1)\1|)/i', $result, $matches); | |
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. |
|
This was reported for an end-of-life (EOL) version of Bareos. If you can reproduce this bug against a currently maintained version of Bareos please feel free to open a new issue against that version at https://github.com/bareos/bareos/issues Thank you for reporting this bug and we are sorry it could not be fixed. |
|
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 | |
2024-05-15 15:38 | arogge | Note Added: 0005928 | |
2024-05-15 15:38 | arogge | Status | assigned => closed |