pari: branch 2.0 r3641 - /branches/2.0/config/js/astman.js
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Fri Aug 8 11:42:50 CDT 2008
Author: pari
Date: Fri Aug 8 11:42:49 2008
New Revision: 3641
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3641
Log:
fixing some comments !
Modified:
branches/2.0/config/js/astman.js
Modified: branches/2.0/config/js/astman.js
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/js/astman.js?view=diff&rev=3641&r1=3640&r2=3641
==============================================================================
--- branches/2.0/config/js/astman.js (original)
+++ branches/2.0/config/js/astman.js Fri Aug 8 11:42:49 2008
@@ -2755,8 +2755,8 @@
default: break;
}
// TODO : handle the case where , a new category is added in 'batch 1' and is deleted in 'batch 2'
- // the 'delcat' in 'batch 2' would fail cause the switch does not know that the file has been after 'batch 1',
- // even if we update the FILE_CONTENT after each start_sqreqs() it would still fail cause the batches are already generated by then
+ // the 'delcat' in 'batch 2' would fail cause the switch does not know that the file has been changed after 'batch 1',
+ // and even if we update the FILE_CONTENT after each start_sqreqs() it would still fail cause the batches are already generated by then
// we could possibly generate the batches during callActions() and read the file before generating each batch and move this switch inside the batch
// This should not be a problem for the time being, but I will fix this issue once i get everything else working with 'asterisk 1.4/1.6.0/trunk'
More information about the asterisk-gui-commits
mailing list