View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0032712 | mantisbt | customization | public | 2023-06-09 11:40 | 2023-07-03 14:48 |
Reporter | gevan | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Product Version | 2.25.7 | ||||
Summary | 0032712: Adding Steps in workflow | ||||
Description | Hello, I'm just installing MantisBT version 2.25.7. Before we worked with version 1.2.12. I want to recreate my workflow. In file config_inc.php , I add and for the colors : $g_status_colors['waiting_for_prod'] = '#31b2c5'; I create custom_constants_inc.php define ( 'PROD', 70 ); I can use and see my new steps, but the colors is black. Do you have an idea ? | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Which status color do you expect? Independent from that, as some first steps
|
|
Thanks for your answer. I would like a green, like status "resolved". I'm using Chrome and it didn't work. When i use Microsoft edge, it's working. In first, I tried the example present in "Admin_Guide.txt" file, section 7.5. I have got a same result. It's working with Microsoft edge, but not with Chrome. I cleared browser cache : no change Chrome devtools gives me the error : DevTools failed to load source map: Could not load content for http://hib-tse-gestion:8023/mantis2023/js/moment-with-locales.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE in my directory c:\xampp\htdocs\mantis2023\js, I don't have file named "moment-with-locales.min.js.map" Do you have idea? |
|
failed to load source map can be ignored, it is harmless and unrelated to your problem (see https://stackoverflow.com/a/61442974). The fact that it's working on Edge and not Chrome, tends to indicate that it's not a problem with MantisBT or your configuration, but something specific to your browser (Chrome). This is a recurring problem (search for The colors are generated by a dynamic css script (status_config.php), maybe that helps your troubleshooting. Not much more that we can do here, so I'm resolving this as no change required, feel free to reopen if you can provide evidence that this is caused by MantisBT code. |
|
@gevan on low level, Edge is based on Chrome engine, so there shouldn't be that much differences. |
|