Skip to content

Commit

Permalink
Update default_config.toml.example
Browse files Browse the repository at this point in the history
In a comment, change v_synthese_for_export to v_synthese_for_web_app for the list of fields available to display in synthese list.
  • Loading branch information
blaisegeo authored Aug 23, 2024
1 parent 2108176 commit d971038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/default_config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,10 @@ MEDIA_CLEAN_CRONTAB = "0 1 * * *"
]

# Colonne à afficher par défaut sur la liste des résultats de la synthese
# Choisir le champ 'prop' parmis les colonnes suivantes :
# Choisir le champ 'prop' parmi les colonnes suivantes :
# id_synthese, date_min, cd_nom, lb_nom, nom_vern_or_lb_nom,
# observers, dataset_name, url_source, count_min_max
# La liste des colonnes affichables est celle de la vue `gn_synthese.v_synthese_for_export`+ `nom_vern_or_lb_nom` et `count_min_max`
# La liste des colonnes affichables est celle de la vue `gn_synthese.v_synthese_for_web_app`+ `nom_vern_or_lb_nom` et `count_min_max`
LIST_COLUMNS_FRONTEND = [
{ prop = "nom_vern_or_lb_nom", name = "Taxon" },
{ prop = "date_min", name = "Date début" },
Expand Down

0 comments on commit d971038

Please sign in to comment.