# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: C:\Users\obougeois\Documents\NetBeansProjects\addon-channel-manager\frontend # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: src/main/java/org/onehippo/cms7/channelmanager/channels/ChannelIconPanel.js --- src/main/java/org/onehippo/cms7/channelmanager/channels/ChannelIconPanel.js Base (BASE) +++ src/main/java/org/onehippo/cms7/channelmanager/channels/ChannelIconPanel.js Locally Modified (Based On LOCAL) @@ -100,7 +100,7 @@ // create non associative array var dataObject = []; for (var key in groups) { - if (typeof groups[key] === 'function') { + if (key === 'length' || !groups.hasOwnProperty(key)) { continue; }