File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 199199 if ( "domains" in args . context )
200200 array1 . push ( "&domainid=" + args . context . domains [ 0 ] . id ) ;
201201 $ . ajax ( {
202- url : createURL ( "listAccounts" + "&page=" + args . page + "&pagesize=" + pageSize + array1 . join ( "" ) ) ,
202+ url : createURL ( "listAccounts" + "&page=" + args . page + "&pagesize=" + pageSize + array1 . join ( "" ) + '&listAll=true' ) ,
203203 dataType : "json" ,
204204 async : true ,
205205 success : function ( json ) {
Original file line number Diff line number Diff line change 317317 var parentDomain = args . context . parentDomain ;
318318 if ( parentDomain == null ) { //draw root node
319319 $ . ajax ( {
320- url : createURL ( "listDomains&id=" + g_domainid ) ,
320+ url : createURL ( "listDomains&id=" + g_domainid + '&listAll=true' ) ,
321321 dataType : "json" ,
322322 async : false ,
323323 success : function ( json ) {
You can’t perform that action at this time.
0 commit comments