Disable star_rate metadata for now (it breaks the details view, see https://github.com/ajaxplorer/ajaxplorer-core/issues/330)

tags/0.2.0
Daniel Berteaud 11 years ago
parent 2bb2261a20
commit 0c3950edb6
  1. 4
      root/etc/e-smith/templates/etc/pydio/bootstrap_repositories.php/050repo

@ -76,8 +76,8 @@ foreach my $share ($a->get_all_by_prop(type=>'share')){
$metastore
$history
"meta.user" => array (
"meta_fields" => "tags,stars_rate,css_label,anything_area",
"meta_labels" => "Tags,Rate,Type,Note",
"meta_fields" => "tags,css_label,anything_area",
"meta_labels" => "Tags,Type,Note",
),
"meta.filehasher" => array(),
"meta.watch" => array(),

Loading…
Cancel
Save