this bug 5882 was solved, we added a way to validate it

This commit is contained in:
Carlos Pacha
2011-02-04 16:32:13 +00:00
parent 79042a4877
commit d25ef3b1c3
4 changed files with 77 additions and 6 deletions

View File

@@ -157,8 +157,15 @@ function editDbConnection(DBS_UID)
oRPC.make();
}
function deleteDbConnection(DBS_UID)
function deleteDbConnection(DBS_UID,PRO_UID)
{
isokDependent = ajax_function(PROCESS_REQUEST_FILE,'loadInfoAssigConnecctionDB','DBS_UID='+DBS_UID+'&PRO_UID='+PRO_UID,'POST');
if(!isokDependent){
msgBox(G_STRINGS.ID_DB_CONNECTION_ASSIGN,"alert");
return;
}
new leimnud.module.app.confirm().make({
label:G_STRINGS.ID_MSG_CONFIRM_REMOVE_DBS,
action:function(){