Closes T7953, Calendar events should now have a 'Name' field.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T7953: Give calendar events names
- Commits
- Restricted Diffusion Commit
rP43ab0e879fd9: Calendar events should now have a 'Name' field.
Create or edit event with no title, save event, should get error requiring name, event detail view timeline should reflect name changes.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- calendareventnames
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 5561 Build 5580: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
Minor inlines.
src/applications/calendar/controller/PhabricatorCalendarEventViewController.php | ||
---|---|---|
105–107 | Nuke. | |
src/applications/calendar/storage/PhabricatorCalendarEventTransaction.php | ||
78 | Here or in a future diff, maybe render: %s created this event. ...if $old === null. You'd also have to remove TYPE_NAME from shouldHide() if you do this. |