You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Allow more email addresses in notification lists (ietf-tools#4792)
* fix: Allow more email addresses in notification lists
Fixesietf-tools#4736
* Do what @rjsparks suggested
* Number migration
* Number migration
* Fix tests and apply for all doc types
notify=forms.CharField(max_length=255, help_text="List of email addresses to receive state notifications, separated by comma.", label="Notification list", required=False)
78
+
notify=forms.CharField(
79
+
widget=forms.Textarea,
80
+
max_length=1023,
81
+
help_text="List of email addresses to receive state notifications, separated by comma.",
0 commit comments