Author: ygrego Date: 2015-05-28 15:10:59 +0000 (Thu, 28 May 2015) New Revision: 1549 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1549 Log: Addition of the new channel created in the current channel list. (Modification in methode "createChannelList". Modified: oipf/js/utils/ChannelService.js Modified: oipf/js/utils/ChannelService.js =================================================================== --- oipf/js/utils/ChannelService.js 2015-05-28 15:06:34 UTC (rev 1548) +++ oipf/js/utils/ChannelService.js 2015-05-28 15:10:59 UTC (rev 1549) @@ -39,6 +39,7 @@ var channel = this.channelListJson[keys[i]]; var newOifpChannel = new Channel(channel); + this.channelList && this.channelList.push(newOifpChannel); } }