[DB upgrade] Connect Document view
In Docs Table view, clicking on eye icon let's user watch the document. It uses the getNode API.
But the DB upgrade makes the following change: the Nodes that are parsed (that can be either Document or Contact) are now in Context table. That is an optimization to speed up the Tree Nodes search/navigation during hard text processes on ConTexts.
Then, the document view should use another API using the Context table instead of the Node View.