You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
With a tree structure as such:
views -> tracker -> config_items
This dependency:
Gets calculated as 'tracker/some_view' insead of 'tracker/config_items/some_view'
Explicitly setting the path in the render call as such:
Works correctly.