Skip to content

Commit

Permalink
Fixes #38251 - Make content view field ng-required on AK create
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylenz committed Feb 27, 2025
1 parent 83498c4 commit edbe50f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ <h2 translate>New Activation Key</h2>
<select ng-hide="contentViews.length === 0 || activationKey.environment === undefined "
id="content_view_id"
name="content_view_id"
ng-required="activationKey.environment"
ng-model="activationKey.content_view_id"
ng-options="contentView.id as contentView.name for contentView in contentViews"
autofocus>
Expand Down

0 comments on commit edbe50f

Please sign in to comment.