rbrindley: branch 2.0 r4772 - /branches/2.0/config/js/index.js
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue May 5 09:35:25 CDT 2009
Author: rbrindley
Date: Tue May 5 09:35:22 2009
New Revision: 4772
URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4772
Log:
-pbx.page_groups -> pbx.paging
Modified:
branches/2.0/config/js/index.js
Modified: branches/2.0/config/js/index.js
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/js/index.js?view=diff&rev=4772&r1=4771&r2=4772
==============================================================================
--- branches/2.0/config/js/index.js (original)
+++ branches/2.0/config/js/index.js Tue May 5 09:35:22 2009
@@ -1006,7 +1006,7 @@
y.each( function( item ){
tmp.push( item );
} );
- tmp = tmp.concat( pbx.page_groups.list() );
+ tmp = tmp.concat( pbx.paging.list() );
var tmp_LE = ASTGUI.cloneObject(sessionData.pbxinfo['localextensions']);
if( tmp_LE.getProperty('defaultDirectory') ){
tmp.push( tmp_LE.getProperty('defaultDirectory') );
More information about the asterisk-gui-commits
mailing list