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 Aug 4, 2020. It is now read-only.
box_view.xml and box_created.xml both show the same table about what a box contains.
Idea
Instead of writing the same code twice, box_created.xml should call box_view.xml as a template.
ToDo
Create a box_view template.
call it in box_created.xml
the former box_view should still exist as a view , not just a template, since it populates the "/box/" address. Therefore, keep the box_view view and call the template in it, too.
context
box_view.xmlandbox_created.xmlboth show the same table about what a box contains.Idea
Instead of writing the same code twice,
box_created.xmlshould callbox_view.xmlas a template.ToDo
box_viewview and call the template in it, too.