Problem description
If user tries to open token's page from the topic content tab ( for example from here localhost:{port}/topics/0.0.5777925?tab=activity)
he gets all the tokens list.
It works fine for policies or schemas, but doesn't work for token.
The link looks like this for schemas http://localhost:{port}/schemas?topicId=0.0.5777925
or like this for policies http://localhost:{port}/policies?topicId=0.0.5777925
but for tokens it looks like this http://localhost:{port}/tokens - no any parameter
Step to reproduce
Steps to reproduce the behavior:
- Open this topic 0.0.5777925
- Open content tab
- Click on the token
Expected behavior
Grid of the tokens with the specific tokens is opened
Actual behavior
Grid of all existing tokens is opened
