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


##########
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:
   i checked and NBBugzillaUtils is probably something for another PR (if at 
all possible). Since it sits in `team.commons` which has a much bigger friends 
list.



-- 
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