Page MenuHomePhabricator

Add a "subtype" field to EditEngine forms
ClosedPublic

Authored by epriestley on Mar 1 2017, 11:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 3:54 AM
Unknown Object (File)
Wed, Apr 10, 2:02 AM
Unknown Object (File)
Tue, Apr 9, 11:54 AM
Unknown Object (File)
Sun, Apr 7, 12:46 PM
Unknown Object (File)
Sat, Apr 6, 12:20 AM
Unknown Object (File)
Tue, Apr 2, 5:13 AM
Unknown Object (File)
Fri, Mar 29, 1:30 AM
Unknown Object (File)
Thu, Mar 28, 2:30 PM
Subscribers
None

Details

Summary

Ref T12314. This adds storage so EditEngine forms can later be marked as edit fields for particular types of objects (like an "animal edit form" vs a "plant edit form").

We'll take you to the right edit form when you click "Edit" by selecting among forms with the same subtype as the task.

This doesn't do anything very interesting on its own.

Test Plan
  • Ran bin/storage upgrade.
  • Verified database got the field with proper values.
  • Created a new form, checked the database.
  • Ran unit tests.

Diff Detail

Repository
rP Phabricator
Branch
subtype1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 15840
Build 20956: Run Core Tests
Build 20955: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Mar 1 2017, 11:41 PM
This revision was automatically updated to reflect the committed changes.