Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

dependency not correct when rendering partial from same view tree #33

@cpuguy83

Description

@cpuguy83

With a tree structure as such:
views -> tracker -> config_items
This dependency:

<%= render 'some_view' %>

Gets calculated as 'tracker/some_view' insead of 'tracker/config_items/some_view'

Explicitly setting the path in the render call as such:

<%= render '/tracker/config_items/some_view' %>

Works correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions