Revision 0df6346a
Added by Marc Dequènes over 15 years ago
- ID 0df6346aea93b5cf58ff4bc82053d57e6cafc608
lib/ldap_shadows/object.rb | ||
---|---|---|
end
|
||
|
||
def organized_data
|
||
ignored_attrs = self.mapper.get_global_config[:hidden_attributes] || []
|
||
ignored_attrs = self.mapper.get_shadow_config[:hidden_attributes] || []
|
||
ignored_attrs += self.class.presentation[:hidden_attributes] || []
|
||
attr_list = self.nonempty_attributes - ignored_attrs
|
||
|
Also available in: Unified diff
[evol] improve config #8 (shadow selection support)