Skip to content

Commit

Permalink
#822 Subtask documenting category matrix functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
duker33 committed Apr 30, 2019
1 parent cb41258 commit dd1b0d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shopelectro/views/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def category_matrix(request, page: str):
matrix = OrderedDict()
for i, root in enumerate(roots):
children = root.children.active()
# @todo #822:30m Doc category matrix blocks.
matrix[root.name] = (
children
if i not in MATRIX_BLOCKS_TO_LIMIT
Expand Down

0 comments on commit dd1b0d8

Please sign in to comment.