Skip to content

Commit

Permalink
add editors etc. to tags_fields, fixes #3579
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet committed Jun 10, 2020
1 parent ec1209e commit 26764c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ProductOpener/Tags.pm
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ binmode STDERR, ":encoding(UTF-8)";

%tags_fields = (packaging => 1, brands => 1, categories => 1, labels => 1, origins => 1, manufacturing_places => 1, emb_codes => 1,
allergens => 1, traces => 1, purchase_places => 1, stores => 1, countries => 1, states=>1, codes=>1, debug => 1,
environment_impact_level=>1, data_sources => 1, teams => 1, ciqual_food_name => 1);
environment_impact_level=>1, data_sources => 1, teams => 1, ciqual_food_name => 1,
editors => 1, photographers => 1, informers => 1, checkers => 1, correctors => 1);
%hierarchy_fields = ();

%taxonomy_fields = (); # populated by retrieve_tags_taxonomy
Expand Down

0 comments on commit 26764c3

Please sign in to comment.