Revision fa116a1b
Added by Marc Dequènes about 15 years ago
- ID fa116a1b44076e29791348378683a16b2085a71e
bin/shadowwalker | ||
---|---|---|
|
||
modification_done = LdapShadows::Manipulation.item_modify_from_strings(item, args)
|
||
|
||
# TODO: use default parent for such object if defined (-> predefined hook)
|
||
# TODO: detect if parent specified and allowed (-> predefined hook)
|
||
item.save!
|
||
puts "Creation done."
|
Also available in: Unified diff
[fix/evol] correct a bug in the item creation when handling the parent parameter, allow specifying a default parent per object, and provides a new find_by_full_handle() handy method