View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0020058 | mantisbt | customization | public | 2015-08-28 03:23 | 2017-03-25 07:17 |
| Reporter | vboctor | Assigned To | cproensa | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.3.0-beta.2 | ||||
| Target Version | 1.3.0-rc.2 | Fixed in Version | 1.3.0-rc.2 | ||
| Summary | 0020058: Updating config items in configuration report adds new ones | ||||
| Description | Create a configuration option under All Projects Rather than the config option being updated, a new one will be created. The same will happen if you start by a specific project and change to all projects. It is likely that set only works when just the type/value fields are updated. | ||||
| Tags | mantishub | ||||
| Attached Files | |||||
|
If I understand correctly, this is in the manage config page, and the new config is created in the 2nd project (the one you picked in step 3 of your procedure). If so, I think this is useful behavior, although I would agree that it is not intuitive and the interface could be improved. |
|
|
a simple improvement: have three buttons (introducing new one "Copy") The Edit action, would change the config option wothout creating new ones |
|
|
PR: https://github.com/mantisbt/mantisbt/pull/651 attached "edit_config_option_move.png" for result |
|
|
MantisBT: master 13bda674 2016-05-02 18:47 Committer: vboctor Details Diff |
Actions for edit/clone configuration options In adm_config_report, show buttons for different editing actions: - Action "Clone" creates new option and keeps old, overwritting if one already exists with those key values. exists - Action "Edit" updates current configuration option, or moves the option if key values are changed, overwritting if one already exists Fixes 0020058 |
Affected Issues 0020058 |
|
| mod - adm_config_report.php | Diff File | ||
| mod - adm_config_set.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||