Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14005773
D13241.id32009.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1004 B
Referenced Files
None
Subscribers
None
D13241.id32009.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Mon, Oct 28, 7:33 PM (3 w, 2 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6742782
Default Alt Text
D13241.id32009.diff (1004 B)
Attached To
Mode
D13241: Fix missing recurrence end date control
Attached
Detach File
Event Timeline
Log In to Comment