Project

General

Profile

« Previous | Next » 

Revision ee2c32c3

Added by Marc Dequènes about 13 years ago

  • ID ee2c32c3f26e0d62c2a169beb342a54a15a94e79

[evol] Botnet/Interface: '/?' search now return a Hash in order to get the object name easily for further manipulations, updated Librarian accordingly

View differences:

lib/cyborghood-librarian/interface/0_base.rb
end
attr_search_node do |criterias|
object_list.call(:search, :criterias => criterias, :format => :data_hash)
{
:post_filter => false,
:list => object_list.call(:search, :criterias => criterias, :format => :data_hash)
}
end
node object_list do

Also available in: Unified diff