Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Commit

Permalink
Do not validate Thunderbird partials (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rail Aliiev committed Mar 14, 2019
1 parent aebf311 commit 71c9de8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kickoff/views/forms.py
Expand Up @@ -405,6 +405,8 @@ class ThunderbirdReleaseForm(DesktopReleaseForm):
product = HiddenField('product')
commRevision = StringField('Comm Revision:')
commRelbranch = StringField('Comm Relbranch:', filters=[noneFilter])
# Do not validate Thunderbird partials, they are not implemented
partials = StringField('Partials:')

def __init__(self, *args, **kwargs):
ReleaseForm.__init__(self, prefix='thunderbird', product='thunderbird', *args, **kwargs)
Expand Down

0 comments on commit 71c9de8

Please sign in to comment.