Page MenuHomePhabricator

Fix maniphest "create" transactions
ClosedPublic

Authored by btrahan on Mar 28 2014, 9:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Aug 25 2024, 10:31 PM
Unknown Object (File)
Aug 18 2024, 11:23 PM
Unknown Object (File)
Aug 15 2024, 2:24 AM
Unknown Object (File)
Aug 14 2024, 11:49 AM
Unknown Object (File)
Aug 14 2024, 2:53 AM
Unknown Object (File)
Aug 14 2024, 12:05 AM
Unknown Object (File)
Aug 12 2024, 8:54 PM
Unknown Object (File)
Aug 5 2024, 3:07 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
Lint
Lint Skipped
Unit
Tests Skipped

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).