Problem/Motivation
In D7 you could setup a view to taxonomy/term/% and pass it the term. Internally it loaded the term entity and automatically converted it to the TID itself.
At the same time it set the title of the argument to be the term name itself.
For some reason this entire functionality, both for users and for terms etc. just disappeared somehow in the meantime.
Proposed resolution
- Add it back (if possible in a general way for all entities)
- Add proper test coverage
Remaining tasks
do it!