Page MenuHomePhabricator

Fix maniphest "create" transactions
ClosedPublic

Authored by btrahan on Mar 28 2014, 9:11 PM.
Tags
None
Referenced Files
F15525537: D8639.diff
Mon, Apr 21, 3:09 PM
F15507212: D8639.id.diff
Tue, Apr 15, 5:31 PM
F15482998: D8639.id20548.diff
Apr 9 2025, 9:04 AM
F15440982: D8639.id20485.diff
Mar 26 2025, 3:55 PM
F15432878: D8639.diff
Mar 24 2025, 8:05 PM
Unknown Object (File)
Feb 23 2025, 10:16 PM
Unknown Object (File)
Feb 9 2025, 12:04 PM
Unknown Object (File)
Feb 9 2025, 12:04 PM
Subscribers

Details

Summary

the quotes are 'cuz "create" is inferred. Previously, we inferred on "status", but since we set that on "initializeNewTask" instead infer off "title" (aka "name") like most other apps do. Only hairy tweak was to elevate TYPE_TITLE to the most important of all maniphest transactions, which doesn't actually seem too unreasonable if not correct even? Fixes T4686.

Test Plan

made a new task, used bin/mail, got the right headers (mail vary prefix == created)

Diff Detail

Repository
rP Phabricator
Branch
T4686
Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

btrahan retitled this revision from to Fix maniphest "create" transactions.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.

Nice, this seems cleaner and more consistent to me.

This revision is now accepted and ready to land.Mar 28 2014, 10:28 PM
btrahan updated this revision to Diff 20548.

Closed by commit rP69b8f56cda1c (authored by @btrahan).