Skip to content

Commit

Permalink
fixup! Show available cobrands in dropdown on FMS
Browse files Browse the repository at this point in the history
  • Loading branch information
davea committed Feb 14, 2020
1 parent 0974ea8 commit 09bf213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perllib/FixMyStreet/App/Form/ManifestTheme.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ has 'cobrand' => ( isa => 'Str', is => 'ro' );
has '+widget_name_space' => ( default => sub { ['FixMyStreet::App::Form::Widget'] } );
has '+widget_tags' => ( default => sub { { wrapper_tag => 'p' } } );
has '+item_class' => ( default => 'ManifestTheme' );
has_field 'cobrand' => ( type => 'Select', empty_select => 'Select a cobrand', required => 0 );
has_field 'cobrand' => ( type => 'Select', empty_select => 'Select a cobrand', required => 1 );
has_field 'name' => ( required => 1 );
has_field 'short_name' => ( required => 1 );
has_field 'background_colour' => ( required => 0 );
Expand Down

0 comments on commit 09bf213

Please sign in to comment.