Don't force queries and repositories through PageModel ctor
ClosedPublic

Authored by ervin on Oct 14 2015, 7:56 PM.

Details

Summary

It never made really sense to force that since that was injecting
details about tasks in potentially pure notes pages and vice versa. It
was assuming all pages being allowed to mix both tasks and notes, but
we're moving away from that.

Diff Detail

Repository
R4 Zanshin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ervin updated this revision to Diff 984.Oct 14 2015, 7:56 PM
ervin retitled this revision from to Don't force queries and repositories through PageModel ctor.
ervin updated this object.
ervin edited the test plan for this revision. (Show Details)
ervin added reviewers: bensi, franckarrecot.
bensi accepted this revision.Oct 15 2015, 11:52 AM
bensi edited edge metadata.
This revision is now accepted and ready to land.Oct 15 2015, 11:52 AM
This revision was automatically updated to reflect the committed changes.