Physical Interface Page Doesn't load on IE

Description

In /opt/opennms/jetty-webapps/opennms/js/opennms/ux/SearchFilterGrid.js

var searchButton = new Ext.Button({
text:'Search',
id:this.searchBtnId,
cls:'x-btn-text-icon',
iconCls:'search-criteria-icon',
scope: this,
handler: this.showSearchPanel,
});

The comma after this.showSearchPanel needs to be removed as it pooches IE

Acceptance / Success Criteria

None

Lucidchart Diagrams

Activity

Show:

Benjamin Reed April 1, 2011 at 2:12 PM

fixed in 1.8 and master

[1.8 b5cd633] https://opennms.atlassian.net/browse/NMS-4575#icft=NMS-4575 trivial javascript fix for IE
[master 384f467] https://opennms.atlassian.net/browse/NMS-4575#icft=NMS-4575 trivial javascript fix for IE

Fixed

Details

Assignee

Reporter

Fix versions

Affects versions

Priority

PagerDuty

Created April 1, 2011 at 2:07 PM
Updated January 27, 2017 at 4:20 PM
Resolved April 1, 2011 at 2:12 PM