veyron/services/store/viewer: Fix context bug with template rendering.
In a previous CL I eliminated the TODOContext by wiring contexts
through properly everywhere a TODOContext had been used.
I imporperly wired a context though the methods used by the store
viewer templates which was not caught by unit tests. Fortunately
the error was caught by the test.sh for the mdb example.
This change fixes the problem by wrapping a context into the struct used
by the template code.
Change-Id: I8a85042e355752784e0a4c3349c2a8fe154db609
2 files changed