Skip to content

Commit

Permalink
Merge pull request #17233 from opf/bug/59353-missing-next-to-project-…
Browse files Browse the repository at this point in the history
…selector-to-indicate-that-field-is-mandatory

#59353] Missing * next to Project selector to indicate that field is mandatory
  • Loading branch information
mrmir authored Nov 20, 2024
2 parents 0d51fc1 + 0644193 commit 2b97666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/meeting/app/forms/meeting/project_autocompleter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class Meeting::ProjectAutocompleter < ApplicationForm
name: "project_id",
id: "project_id",
label: Project.model_name.human,
required: true,
data: {
"test-selector": "project_id"
},
Expand Down

0 comments on commit 2b97666

Please sign in to comment.