mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Fixed Trac #258: cleanup of application context parameters.
SVN:trunk[908]
This commit is contained in:
@@ -99,7 +99,7 @@ function UpdateFileName(id, sNewFileName)
|
||||
/**
|
||||
* Reload a search form for the specified class
|
||||
*/
|
||||
function ReloadSearchForm(divId, sClassName, sBaseClass)
|
||||
function ReloadSearchForm(divId, sClassName, sBaseClass, sContext)
|
||||
{
|
||||
var oDiv = $('#'+divId);
|
||||
oDiv.block();
|
||||
@@ -112,7 +112,7 @@ function ReloadSearchForm(divId, sClassName, sBaseClass)
|
||||
aSubmit = oFormEvents.submit;
|
||||
}
|
||||
|
||||
$.post('ajax.render.php',
|
||||
$.post('ajax.render.php?'+sContext,
|
||||
{ operation: 'search_form', className: sClassName, baseClass: sBaseClass, currentId: divId },
|
||||
function(data) {
|
||||
oDiv.empty();
|
||||
|
||||
Reference in New Issue
Block a user