browse/directory: Fix invalid query parameter value for content links
When browsing a non root directory in an origin context, the path query parameter
value for directory content links was invalid due to dicts not merged in the
right order.
Closes T2677