﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
20086,Javascript error when submitting an existing taxonomy,ThemeFuse.com,duck_,"When trying to add an existing taxonomy, a javascript error occurs: ""Uncaught TypeError: Cannot read property 'supplemental' of undefined""

This is because the script will continue to try and add the taxonomy inside the select tag (inside the #addtag form), without checking whether the taxonomy is not null.

Solution: In tags.dev.js, on line 54, you need to check whether res.responses[1] is not null.",defect (bug),closed,normal,3.4,Taxonomy,,minor,fixed,has-patch,
