View Issue Details

IDProjectCategoryView StatusLast Update
621RackTablesJavaScriptpublic2012-09-28 14:03
Reporterinfrastation Assigned Toandriyanov  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.20.0 
Target Version0.20.1Fixed in Version0.20.1 
Summary621: renaming top-level tag is impossible
DescriptionIn the "Configuration -> Tag tree" form it's possible to rename any tag that has a parent tag, but renaming a tag that has no parent tag ("--NONE--") fails with the following message:
Argument 'parent_id' of value '''' is invalid. (parameter is not a number)

This is due to parent_id missing from from HTTP request, when "--NONE--" is selected (as seen on the browser side):

<option value='' selected>-- NONE --</option>

(in renderTagTreeEditor() it looks like it should be VALUE=0 though)
Additional InformationSteadily reproduces with Firefox 15.
TagsNo tags attached.

Activities

andriyanov

andriyanov

2012-09-28 14:03

reporter   ~0000819

the fix will be available in 0.20.1

Issue History

Date Modified Username Field Change
2012-09-27 18:05 infrastation New Issue
2012-09-27 18:05 infrastation Status new => assigned
2012-09-27 18:05 infrastation Assigned To => andriyanov
2012-09-28 14:03 andriyanov Note Added: 0000819
2012-09-28 14:03 andriyanov Status assigned => closed
2012-09-28 14:03 andriyanov Resolution open => fixed
2012-09-28 14:03 andriyanov Fixed in Version => 0.20.1
2012-09-28 14:03 andriyanov Target Version => 0.20.1