Skip to content

Commit

Permalink
Merge pull request #51 from IDEMSInternational/content/1.2.28
Browse files Browse the repository at this point in the history
content: 1.2.28
  • Loading branch information
esmeetewinkel authored Sep 13, 2024
2 parents 8fc9c4c + f7613cd commit 8c256e2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions app_data/sheets/data_list/lifecycle_actions/launch_actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,22 @@
"_cleaned": "click | set_field: home_screen_tour_started: true"
}
]
},
{
"lifecycle_event": "app_start",
"id": "app_start_update_prompt",
"priority": 2,
"action_list": [
{
"trigger": "click",
"action_id": "app_update",
"args": [
"prompt"
],
"_raw": "app_update: prompt",
"_cleaned": "click | app_update: prompt"
}
]
}
],
"_xlsxPath": "EFM_app_launch.xlsx"
Expand Down
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ config.google_drive = {

config.git = {
content_repo: "https://github.com/IDEMSInternational/efm-app-content.git",
content_tag_latest: "1.2.27",
content_tag_latest: "1.2.28",
};

config.android = {
Expand Down

0 comments on commit 8c256e2

Please sign in to comment.