Closes T7928, E{id} is available via global search.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T7928: Give Calendar events the "E" Monogram
- Commits
- Restricted Diffusion Commit
rP3b226e8fb330: Calendar event monograms, part 4. Typing E{id} makes the object available in…
Create calendar event, search for its monogram in global search, event should be accessible.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- calendareventmonogrampart4
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 5546 Build 5565: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
One minor thing.
src/applications/calendar/phid/PhabricatorCalendarEventPHIDType.php | ||
---|---|---|
42 | I think that has an extra \d* in it, it should just be like this I think: - '/^E\d*[1-9]\d*$/i' + '/^E[1-9]\d*$/i' If that was a copy/paste, the source is probably messed up too. |