Skip to content

Commit

Permalink
Set validation group for other controls
Browse files Browse the repository at this point in the history
This is a more complete fix based on ventrian#22, because some of the buttons
and validators were missed in that PR.
  • Loading branch information
Zach Richards committed Aug 9, 2019
1 parent 2df8875 commit 86e0f79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ucSubmitNews.ascx.vb
Original file line number Diff line number Diff line change
Expand Up @@ -1452,8 +1452,12 @@ Namespace Ventrian.NewsArticles
valTitle.ValidationGroup = vgId
valBody.ValidationGroup = vgId
valCategory.ValidationGroup = vgId
valExpiryDate.ValidationGroup = vgId
valPublishDateRequired.ValidationGroup = vgId
valMessageBox.ValidationGroup = vgId
cmdSaveArticle.ValidationGroup = vgId
cmdPublishArticle.ValidationGroup = vgId
cmdAddEditPages.ValidationGroup = vgId
End Sub


Expand Down

0 comments on commit 86e0f79

Please sign in to comment.