https://issues.apache.org/bugzilla/show_bug.cgi?id=55085
--- Comment #13 from Sebb <[email protected]> --- (In reply to Sebb from comment #12) > (In reply to Milamber from comment #11) > > > > > > I think too, the first template in combo box must be the Recording template. > > (perhaps rename "01-Recording") > > Renaming won't work as they are stored in a HashMap. > Perhaps use LinkedHashMap? Or a List? > Also the method getTemplateNames needs to return a List or Array Sorry, had overlooked the sort in SelectTemplateDialog. However, I think it would be better to allow the template provider to specify the ordering within the xml files; i.e. the correct order should be returned by getTemplateNames. -- You are receiving this mail because: You are the assignee for the bug.
