View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020724 | mantisbt | tagging | public | 2016-03-20 18:03 | 2016-06-12 00:42 |
Reporter | vboctor | Assigned To | vboctor | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 1.3.0-rc.1 | ||||
Target Version | 1.3.0-rc.2 | Fixed in Version | 1.3.0-rc.2 | ||
Summary | 0020724: Tags with description are handled incorrectly | ||||
Description | When a tag has a description, the dropdown to attach tags shows "tag - description", when selected, the whole "tag - description" is added to the tag string, and hence causes creation of a new tag rather than using the existing one. | ||||
Tags | No tags attached. | ||||
Wouldn't it be better if the dropdown to attach tags shows "tag" instead of "tag - description"? Furthermore, if the dropdown to attach tags shows "tag - description" the entries get truncated. (have a look at the existing tag "documentation needed") |
|
I agree. I also didn't like the description being there. Will make the change. |
|
MantisBT: master b3d2d857 2016-03-20 14:05 Details Diff |
Tag with description are attached incorrectly The tag dropdown shows the "tag - description", selecting it adds "tag - description" as a new tag rather than using "tag". This fix removes the description from the dropdown. Fixes 0020724 |
Affected Issues 0020724 |
|
mod - core/print_api.php | Diff File |