mbien commented on code in PR #7198:
URL: https://github.com/apache/netbeans/pull/7198#discussion_r1545468078


##########
ide/bugzilla/src/org/netbeans/modules/bugzilla/issue/IssuePanel.java:
##########
@@ -512,7 +508,7 @@ void reloadForm(boolean force) {
         clearHighlights();
 
         boolean isNew = issue.isNew();
-        boolean showProductCombo = isNew || !(issue.getRepository() instanceof 
KenaiRepository) || 
NBBugzillaUtils.isNbRepository(issue.getRepository().getUrl());
+        boolean showProductCombo = true;

Review Comment:
   @matthiasblaesing the code either displays the product field as combo box or 
as text field if it is a kenai project.
   
   
![new-bugzilla-issue](https://github.com/apache/netbeans/assets/114367/b61f944a-cacd-4dce-9f08-48b5a6cb985c)
   
   with kenai gone, I believe it is ok to always display it as combo box, no?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to