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)
Fri, Apr 19, 2:33 AM
Unknown Object (File)
Fri, Apr 19, 2:33 AM
Unknown Object (File)
Fri, Apr 19, 2:33 AM
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
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.