Skip to content

Commit

Permalink
Merge pull request #86 from IDEMSInternational/content/1.2.40
Browse files Browse the repository at this point in the history
content: 1.2.40
  • Loading branch information
esmeetewinkel authored Sep 23, 2024
2 parents 8981aa9 + 9d9011c commit 172492a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app_data/sheets/contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -643,9 +643,9 @@
"comments": "The only required parameter is input_data_list\nAll others will override default values",
"_xlsxPath": "example_sheets/example_generator.xlsx"
},
"gen_filter_debug_tasks": {
"gen_filter_tasks_by_colour": {
"flow_type": "generator",
"flow_name": "gen_filter_debug_tasks",
"flow_name": "gen_filter_tasks_by_colour",
"parameter_list": {
"input_data_list": "colours",
"output_flow_name": "filter_{@gen.id}_tasks",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"flow_type": "generator",
"flow_name": "gen_filter_debug_tasks",
"flow_name": "gen_filter_tasks_by_colour",
"status": "released",
"parameter_list": {
"input_data_list": "colours",
Expand Down
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ config.web.favicon_asset = "images/icons/favicon.svg";

config.git = {
content_repo: "https://github.com/IDEMSInternational/app-debug-content.git",
content_tag_latest: "1.2.39",
content_tag_latest: "1.2.40",
};

config.app_config.ASSET_PACKS = {
Expand Down

0 comments on commit 172492a

Please sign in to comment.