Skip to content
Snippets Groups Projects
Commit e0523008 authored by anonymous's avatar anonymous
Browse files

remove slave check

parent dc5414f1
No related branches found
No related tags found
No related merge requests found
...@@ -382,7 +382,7 @@ class OdshPlugin(plugins.SingletonPlugin, DefaultTranslation, DefaultDatasetForm ...@@ -382,7 +382,7 @@ class OdshPlugin(plugins.SingletonPlugin, DefaultTranslation, DefaultDatasetForm
dict_pkg['openness']=OdshPlugin.scores[score-1] dict_pkg['openness']=OdshPlugin.scores[score-1]
@precondition.not_on_slave #@precondition.not_on_slave
def before_index(self, dict_pkg): def before_index(self, dict_pkg):
# make special date fields solr conform # make special date fields solr conform
fields = ["issued", "temporal_start", "temporal_end"] fields = ["issued", "temporal_start", "temporal_end"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment