Skip to content

Commit

Permalink
Merge pull request #19 from localgovdrupal/10/electionrefrequired
Browse files Browse the repository at this point in the history
Make election reference required
  • Loading branch information
markconroy authored Jun 20, 2024
2 parents 15e9e24 + 05ff547 commit 8c987ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ third_party_settings:
classes: ''
show_empty_fields: false
id: ''
open: false
open: true
description: 'These are generated automatically and displayed for testing purposes only. These fields will be hidden on Production'
required_fields: false
formatter: closed
required_fields: true
group_results:
children:
- localgov_election_spoils
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ entity_type: node
bundle: localgov_area_vote
label: Election
description: ''
required: false
required: true
translatable: false
default_value: { }
default_value_callback: ''
Expand Down

0 comments on commit 8c987ca

Please sign in to comment.