Page MenuHomePhabricator

D13241.diff
No OneTemporary

D13241.diff

diff --git a/src/applications/calendar/controller/PhabricatorCalendarEventEditController.php b/src/applications/calendar/controller/PhabricatorCalendarEventEditController.php
--- a/src/applications/calendar/controller/PhabricatorCalendarEventEditController.php
+++ b/src/applications/calendar/controller/PhabricatorCalendarEventEditController.php
@@ -17,7 +17,7 @@
$viewer = $request->getViewer();
$user_phid = $viewer->getPHID();
$error_name = true;
- $error_recurrence_end_date = true;
+ $error_recurrence_end_date = null;
$error_start_date = true;
$error_end_date = true;
$validation_exception = null;
@@ -336,8 +336,7 @@
->setID($recurrence_end_date_id)
->setIsTimeDisabled(true)
->setIsDisabled($recurrence_end_date_value->isDisabled())
- ->setAllowNull(true)
- ->isRequired(false);
+ ->setAllowNull(true);
$recurrence_frequency_select = id(new AphrontFormSelectControl())
->setName('frequency')

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 16, 11:53 AM (2 d, 9 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6742782
Default Alt Text
D13241.diff (1004 B)

Event Timeline