Revision 25fe017e
Added by Marc Dequènes over 14 years ago
- ID 25fe017ea29c3aee231a6961b3d631502ec5781a
lib/ldap_shadows/elements/object.rb | ||
---|---|---|
end
|
||
|
||
# TODO: move this in the LdapAspect class
|
||
self.aspects.each do |aspect|
|
||
aklass = self.class.shadow.get_aspect(aspect)
|
||
next if aklass.nil?
|
||
|
||
self.aspects.each do |aspect_name, aklass|
|
||
case action
|
||
when :save
|
||
if self.new_entry?
|
Also available in: Unified diff
[fix] correct aspect hooks call