Hide Forgot
This portlet displays an RHQ welcome message and so should not be included on the default dashboard in JON.
Fixed by [master 85ccbd1]. Here's the trick I used to determine if the product is RHQ or JON: ProductInfo productInfo = CoreGUI.get().getProductInfo(); boolean isRHQ = (productInfo != null) && "RHQ".equals(productInfo.getShortName());
changing status of VERIFIED BZs for JON 2.4.2 and JON 3.0 to CLOSED/CURRENTRELEASE