summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e93f9c9)
raw | patch | inline | side by side (parent: e93f9c9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 May 2007 13:19:47 +0000 (13:19 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 May 2007 13:19:47 +0000 (13:19 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6308 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Migrate.inc | patch | blob | history |
index 1fb44610217cd64f0bcd597054c73c8bc56acafe..28dc33c92cbae9bb1f31d135f47b22ed20efa3f8 100644 (file)
if(isset($_POST['outside_winstations_dialog_perform'])){
$this->migrate_outside_winstations(TRUE);
$this->search_outside_winstations();
+ $this->dialog = FALSE;
+ $this->outside_winstations_dialog = FALSE;
}
if(isset($_POST['outside_winstations_dialog'])){
if(isset($_POST['outside_groups_dialog_perform'])){
$this->migrate_outside_groups(TRUE);
$this->search_outside_groups();
+ $this->dialog = FALSE;
+ $this->outside_groups_dialog = FALSE;
}
if(isset($_POST['outside_groups_dialog'])){
if(isset($_POST['outside_users_dialog_perform'])){
$this->migrate_outside_users(TRUE);
$this->search_outside_users();
+ $this->dialog = FALSE;
+ $this->outside_users_dialog = FALSE;
}
if (isset($_POST['outside_users_dialog_refresh'])){
if(isset($_POST['users_visible_migrate_migrate'])){
if($this->migrate_gosaAccounts()){
$this->check_gosaAccounts();
+ $this->dialog = FALSE;
+ $this->users_migration_dialog = FALSE;
}
}
if($this->migrate_organizationalUnits()){
$this->show_details= FALSE;
$this->check_organizationalUnits();
+ $this->dialog = FALSE;
+ $this->dep_migration_dialog = FALSE;
}
}