Fix bug in use of breadcrumbs in new_breadcrumbs_partial.
This commit is contained in:
parent
e725728a65
commit
c5b927ca11
@ -291,7 +291,7 @@ impl<'a> DustRenderer<'a> {
|
||||
// TODO: should resolving the value here use
|
||||
// explicit_context_maybe_breadcrumbs or
|
||||
// maybe_breadcrumbs?
|
||||
walk_path(maybe_breadcrumbs, &path.keys)
|
||||
walk_path(explicit_context_maybe_breadcrumbs, &path.keys)
|
||||
.map(|ice| ice.into_context_element(self, maybe_breadcrumbs))
|
||||
.ok()
|
||||
.flatten()
|
||||
|
Loading…
x
Reference in New Issue
Block a user