<%= partial('partial-article-list-sections', {
id: 'category-' + category.id,
parentId: '#sidebar-article-navigation',
sections: category.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% }); %>
Comments
5 comments
Try use "Restriction Zone" components.
Rafal
Thank you that has put me on the right track I believe however, when I preview the mission, the drone goes right through the restricted zone. “Respect Restriction Zones” is enabled on the mission approach.
I meant this component
Restriction zones only work with Destination components right now.
Thanks @Jim for the clarification
Please sign in to leave a comment.