Page MenuHomePhabricator

Make Applications extend LiskDAO
ClosedPublic

Authored by epriestley on Apr 19 2017, 10:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 21, 9:25 AM
Unknown Object (File)
Wed, Jan 15, 9:09 PM
Unknown Object (File)
Mon, Jan 13, 6:12 PM
Unknown Object (File)
Dec 25 2024, 8:24 AM
Unknown Object (File)
Dec 19 2024, 3:09 PM
Unknown Object (File)
Dec 19 2024, 12:32 AM
Unknown Object (File)
Dec 17 2024, 9:45 AM
Unknown Object (File)
Dec 13 2024, 7:55 AM
Subscribers
None

Details

Summary

Ref T11476. This is a bit hacky, but makes Application extend LiskDAO so we can apply transactions to it with an Editor class.

Also fixes schema stuff so builds should produce a clean bill of health again.

This might only get you slightly further, yell if you run into more trouble.

Test Plan
  • Ran bin/storage upgrade -f and got no warnings.
  • Browsed around, nothing exploded?

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I also got rid of TransactionComment since we don't have a table for it, it's optional, and we probably don't need to let users comment on applications (hopefully?).

amckinley added inline comments.
src/applications/base/PhabricatorApplication.php
36

Sung to the tune of "Doctor Zaius Doctor Zaius"

This revision is now accepted and ready to land.Apr 19 2017, 11:02 PM
This revision was automatically updated to reflect the committed changes.