summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7841565)
raw | patch | inline | side by side (parent: 7841565)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Jan 2010 10:30:54 +0000 (10:30 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Jan 2010 10:30:54 +0000 (10:30 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15153 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_systemManagement.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc
index d60dc40acb102ae52acd76eb93941fb30753cc3e..2bde4c9d6535f3871386d8350033d933585d9d2a 100644 (file)
#
# 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=..)
#
-
+