Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15419077
D18117.id43586.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
616 B
Referenced Files
None
Subscribers
None
D18117.id43586.diff
View Options
diff --git a/src/applications/calendar/herald/PhabricatorCalendarEventHeraldAdapter.php b/src/applications/calendar/herald/PhabricatorCalendarEventHeraldAdapter.php
--- a/src/applications/calendar/herald/PhabricatorCalendarEventHeraldAdapter.php
+++ b/src/applications/calendar/herald/PhabricatorCalendarEventHeraldAdapter.php
@@ -49,6 +49,13 @@
}
}
+ public function getRepetitionOptions() {
+ return array(
+ HeraldRepetitionPolicyConfig::EVERY,
+ HeraldRepetitionPolicyConfig::FIRST,
+ );
+ }
+
public function getHeraldName() {
return $this->getObject()->getMonogram();
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 22, 3:17 AM (17 h, 15 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7414476
Default Alt Text
D18117.id43586.diff (616 B)
Attached To
Mode
D18117: Allow Herald rules to apply "only the first time" to Calendar events
Attached
Detach File
Event Timeline
Log In to Comment