View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0034917 | mantisbt | administration | public | 2024-10-27 15:53 | 2025-03-01 18:40 |
Reporter | atrol | Assigned To | atrol | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.27.0 | ||||
Target Version | 2.27.1 | Fixed in Version | 2.27.1 | ||
Summary | 0034917: Admin check for Graphviz tools broken on Windows | ||||
Description | Set
| ||||
Tags | No tags attached. | ||||
I caught and fixed that problem in the main code (0034609:0069167), but didn't consider it for the admin check... Thanks for catching it. |
|
MantisBT: master 25bf40e9 2023-09-30 13:21 Details Diff |
Add admin check for Graphviz Verify that - the path is valid - the tools used by Graph class exist and are executable Fixes 0034609 |
Affected Issues 0034609, 0034917 |
|
mod - admin/check/check_display_inc.php | Diff File | ||
mod - admin/check/check_paths_inc.php | Diff File | ||
MantisBT: master-2.27 c4cb7a79 2024-10-27 15:51 Details Diff |
On Windows, GraphViz tools need '.exe' extension Fixes 0034917 |
Affected Issues 0034917 |
|
mod - admin/check/check_display_inc.php | Diff File |