Page MenuHomePhabricator

T6555, When creating a task with a non existing parent parameter, phabricator should 404
ClosedPublic

Authored by lpriestley on Jan 6 2015, 7:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 30, 10:25 AM
Unknown Object (File)
Sat, Dec 28, 2:38 AM
Unknown Object (File)
Fri, Dec 27, 10:53 PM
Unknown Object (File)
Tue, Dec 24, 7:38 AM
Unknown Object (File)
Sat, Dec 21, 6:00 AM
Unknown Object (File)
Fri, Dec 20, 3:04 PM
Unknown Object (File)
Thu, Dec 19, 12:37 AM
Unknown Object (File)
Fri, Dec 13, 12:15 AM
Subscribers

Details

Summary

Fixes T6555, The following should 404: /maniphest/task/create/?parent=asdf, /maniphest/task/create/?parent=0, /maniphest/task/create/?parent=999999 (where T999999 does not exist)

Test Plan

Navigate to /maniphest/task/create/?parent=asdf or /maniphest/task/create/?parent=0 or /maniphest/task/create/?parent=999999 (where T999999 does not exist). See 404.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lpriestley retitled this revision from to T6555, When creating a task with a non existing parent parameter, phabricator should 404.
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jan 6 2015, 7:48 PM
This revision was automatically updated to reflect the committed changes.