Page MenuHomePhabricator

Fix invalid submit_uri when creating dashboard panels
ClosedPublic

Authored by tobyhughes on Jun 19 2014, 10:29 AM.
Tags
None
Referenced Files
F18111626: D9629.diff
Tue, Aug 12, 11:13 AM
F18091517: D9629.id.diff
Wed, Aug 6, 10:19 PM
F18089774: D9629.id23093.diff
Wed, Aug 6, 12:25 PM
F18089554: D9629.id23103.diff
Wed, Aug 6, 11:44 AM
F18086437: D9629.diff
Tue, Aug 5, 9:55 PM
Unknown Object (File)
Jul 3 2025, 11:00 AM
Unknown Object (File)
Jul 2 2025, 9:57 PM
Unknown Object (File)
Jul 1 2025, 9:01 PM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Commits
Restricted Diffusion Commit
rPbaf4d451aabb: Fix invalid submit_uri when creating dashboard panels
Summary

When creating dashboard panels, the submit_uri is invalid since the panel has not been saved to the database yet (and therefore doesn't have an ID). This resulted in a 404 when trying to submit the form to /dashboard/panel/edit//

Test Plan

Created a dashboard panel and the panel was created successfully

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

tobyhughes retitled this revision from to Fix invalid submit_uri when creating dashboard panels.
tobyhughes updated this object.
tobyhughes edited the test plan for this revision. (Show Details)
tobyhughes added a reviewer: epriestley.
This revision is now accepted and ready to land.Jun 19 2014, 9:19 PM
epriestley updated this revision to Diff 23103.

Closed by commit rPbaf4d451aabb (authored by @tobyhughes, committed by @epriestley).