Page MenuHomePhabricator

Allow EditEngine to build NUX buttons that point at the right place
ClosedPublic

Authored by epriestley on Nov 3 2016, 6:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 1:20 PM
Unknown Object (File)
Tue, Apr 16, 8:32 PM
Unknown Object (File)
Sun, Apr 14, 11:13 PM
Unknown Object (File)
Mon, Apr 8, 9:21 PM
Unknown Object (File)
Tue, Apr 2, 4:32 AM
Unknown Object (File)
Sat, Mar 30, 9:20 PM
Unknown Object (File)
Sat, Mar 30, 9:20 PM
Unknown Object (File)
Fri, Mar 29, 4:25 PM
Subscribers

Details

Summary

Fixes T11812.

  • Pull the logic for building the "Create Whatever" dropdown out.
  • Use it to generate NUX buttons, too.
  • Use the new logic in Paste and Maniphest.
Test Plan
  • Viewed Paste NUX, button worked.
  • Viewed Maniphest NUX with multiple create forms, button worked.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Allow EditEngine to build NUX buttons that point at the right place.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
avivey added a reviewer: avivey.
avivey added a subscriber: avivey.
avivey added inline comments.
src/applications/transactions/editengine/PhabricatorEditEngine.php
1394

Maybe respect $spec['disabled'] and 'workflow' here too, just in case?

This revision is now accepted and ready to land.Nov 3 2016, 7:57 PM
epriestley edited edge metadata.
  • Respect disabled/workflow on items, just in case.
This revision was automatically updated to reflect the committed changes.