Skip to content

Commit

Permalink
Automated start/stop support
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#124
  • Loading branch information
edulix committed Sep 10, 2023
1 parent 590b405 commit 58183e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions avUi/election-creation.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ angular.module('avUi')
extra_fields: [],
admin_fields: [],
num_successful_logins_allowed: el.num_successful_logins_allowed,
scheduled_events: el.scheduled_events || null,
allow_public_census_query: el.allow_public_census_query,
hide_default_login_lookup_field: el.hide_default_login_lookup_field,
parent_id: el.parent_id || null,
Expand Down
1 change: 1 addition & 0 deletions dist/appCommon-v9.1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -1523,6 +1523,7 @@ angular.module("avRegistration").config(function() {}), angular.module("avRegist
extra_fields: [],
admin_fields: [],
num_successful_logins_allowed: el.num_successful_logins_allowed,
scheduled_events: el.scheduled_events || null,
allow_public_census_query: el.allow_public_census_query,
hide_default_login_lookup_field: el.hide_default_login_lookup_field,
parent_id: el.parent_id || null,
Expand Down

0 comments on commit 58183e4

Please sign in to comment.