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 has been 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.
The text was updated successfully, but these errors were encountered:
context
box_view.xml
andbox_created.xml
both show the same table about what a box contains.Idea
Instead of writing the same code twice,
box_created.xml
should callbox_view.xml
as a template.ToDo
box_view
view and call the template in it, too.The text was updated successfully, but these errors were encountered: