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
Unknown Object (File)
Fri, Apr 12, 3:17 PM
Unknown Object (File)
Thu, Apr 11, 10:05 AM
Unknown Object (File)
Fri, Mar 29, 1:36 PM
Unknown Object (File)
Fri, Mar 29, 1:36 PM
Unknown Object (File)
Fri, Mar 29, 1:36 PM
Unknown Object (File)
Fri, Mar 29, 1:35 PM
Unknown Object (File)
Feb 11 2024, 12:06 AM
Unknown Object (File)
Feb 9 2024, 11:06 AM
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
Branch
dashfix
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1240
Build 1240: [Placeholder Plan] Wait for 30 Seconds

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