Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Derby 0.6 only supports relative views #381

Closed
eleung opened this issue Feb 27, 2014 · 0 comments
Closed

Derby 0.6 only supports relative views #381

eleung opened this issue Feb 27, 2014 · 0 comments

Comments

@eleung
Copy link

eleung commented Feb 27, 2014

Right now, it appears the 0.6 only finds views relative to the current view.

For example, if I had the following view structure:

/views
-- projects
  |-- index.html
-- workspaces
  |-- index.html
  |-- show.html

And the following was inside the views/workspaces/show.html file:

<view name='projects:detail'></view>

Then it will not find the view I'm after, as it will only look inside the workspaces namespace. It will attempt to find it as 'workspaces:show:projects:details'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant