View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0029616 | mantisbt | bugtracker | public | 2022-02-17 10:57 | 2024-11-10 09:33 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Target Version | 2.26.0 | Fixed in Version | 2.26.0 | ||
| Summary | 0029616: collapse_settings cookie is hardcoded | ||||
| Description | The name of the It should be defined as a config variable, using the cookie_prefix, like the other cookies. | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master 44d98615 2022-02-17 11:22 Details Diff |
New config 'collapse_settings_cookie' Issue 0029616 |
Affected Issues 0029616 |
|
| mod - config_defaults_inc.php | Diff File | ||
| mod - docbook/Admin_Guide/en-US/config/cookies.xml | Diff File | ||
|
MantisBT: master 5607da07 2022-02-17 11:34 Details Diff |
Collapse_settings cookie is no longer hardcoded Use the new collapse_settings_cookie config in - collapse_api.php - common.js (exposing config in javascript_config.php). Fixes 0029616 |
Affected Issues 0029616 |
|
| mod - core/collapse_api.php | Diff File | ||
| mod - javascript_config.php | Diff File | ||
| mod - js/common.js | Diff File | ||