فهرست منبع

isNotification is required

sou 8 سال پیش
والد
کامیت
651da6639f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lib/form/comment.js

+ 1 - 1
lib/form/comment.js

@@ -10,6 +10,6 @@ module.exports = form(
   field('commentForm.comment_position').trim().toInt(),
   field('commentForm.is_markdown').trim().toBooleanStrict(),
 
-  field('slackNotificationForm.isNotification').trim().toBooleanStrict(),
+  field('slackNotificationForm.isNotification').trim().toBooleanStrict().required(),
   field('slackNotificationForm.notifSlackChannel').trim(),
 );