From e0ba6c66940276f732ad408ea4bfcdd7cadb494d Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 12 Jan 2010 10:30:54 +0000 Subject: [PATCH] Added some comments git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15153 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/systems/class_systemManagement.inc | 33 +++++++++++++------ 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc index d60dc40ac..2bde4c9d6 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -24,25 +24,38 @@ # # NewDevices # -> Edit -# -> |- SelectDeviceType() (Allows to select target SystemType and OGroup) +# |- SelectDeviceType() (Allows to select target SystemType and OGroup) # -> Save # |-> systemTypeChosen() (Queue entry to be activated) -# |-> handleActivationQueue() (Now acticvate objects) +# |-> handleActivationQueue() (Now acticvate queued objects) # |-> Ogroup selected -# | |-> Try to adapt values from Ogroup and save directly. +# | |-> Try to adapt values from ogroup and save directly. # | # |-> NO Ogroup selected -# | |-> Open dialogs of the target object and allow modifcation. +# | |-> Open dialogs of the target system type and allow modifcations. # | -# |->activate_new_device() (Now activate the device) -# -# -# -# +# |->activate_new_device() (Finally activate the device - FAIsate=..) # # +# NewArpDevices (NewUnknwonDevices ) +# -> Edit +# |-> editEntry - ArpNewDeviceTabs +# -> Save +# |-> NO gotoIntegeration +# | |-> Save DHCP and DNS entries, then remove the source entry from ldap. +# | +# |-> gotoIntegration selected (Handle object like a NewDevice now) +# |-> systemTypeChosen() (Queue entry to be activated) +# |-> handleActivationQueue() (Now acticvate queued objects) +# |-> Ogroup selected +# | |-> Try to adapt values from ogroup and save directly. +# | +# |-> NO Ogroup selected +# | |-> Open dialogs of the target system type and allow modifcations. +# | +# |->activate_new_device() (Finally activate the device - FAIsate=..) # - + -- 2.30.2