summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 05e542a)
raw | patch | inline | side by side (parent: 05e542a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 8 May 2008 05:53:40 +0000 (05:53 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 8 May 2008 05:53:40 +0000 (05:53 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10835 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-plugins/fai/admin/fai/class_faiManagement.inc b/gosa-plugins/fai/admin/fai/class_faiManagement.inc
index 3215b18f245e8152438502d57d781080c748bb69..1e2ac8abdd74042ce2f6d7d98ec942d3254b33d4 100644 (file)
$this->dialog=FALSE;
$this->is_dialog=false;
session::un_set('objectinfo');
+ }else{
+
+ /* Reinitialize tab */
+ if($this->dialog instanceof tabs){
+ $this->dialog->re_init();
+ }
}
}
}
diff --git a/gosa-plugins/gofon/gofon/conference/class_phoneConferenceManagment.inc b/gosa-plugins/gofon/gofon/conference/class_phoneConferenceManagment.inc
index abf3a2b4b1ff10057829f6f5c3be146bbc3ef4ea..9e9d805ab4febc359bb5f096a78f613785692e10 100644 (file)
if ($this->dn != "new"){
del_lock ($this->dn);
}
- }
+ del_lock ($this->conftab->dn);;
+ unset ($this->conftab);
+ $this->conftab= NULL;
+ session::un_set('objectinfo');
+ }else{
+
+ /* Reinitialize tab */
+ if($this->conftab instanceof tabs){
+ $this->conftab->re_init();
+ }
+ }
- del_lock ($this->conftab->dn);;
- unset ($this->conftab);
- $this->conftab= NULL;
- session::un_set('objectinfo');
} else {
msg_dialog::displayChecks($message);
}
diff --git a/gosa-plugins/gofon/gofon/macro/class_gofonMacroManagement.inc b/gosa-plugins/gofon/gofon/macro/class_gofonMacroManagement.inc
index 007cc9a7f26060c5698d48d8ccf6346f0aeddab9..9cfbe35ae1f0cf0744875cdda69677578cc30489 100644 (file)
unset ($this->macrotabs);
$this->macrotabs= NULL;
session::un_set('objectinfo');
+ }else{
+
+ /* Reinitialize tab */
+ if($this->macrotabs instanceof tabs){
+ $this->macrotabs->re_init();
+ }
}
} else {
/* Ok. There seem to be errors regarding to the tab data,