Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 601 Bytes

2021-06-17-fix-that-the-checkboxes-in-the-category-tree-dont-get-hidden-after-closing.md

File metadata and controls

12 lines (12 loc) · 601 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Fix that the checkboxes in the category tree don´t get hidden after closing
issue: NEXT-11418
author: Jannis Leifeld
author_email: [email protected] 
author_github: @jleifeld
---

Administration

  • Added computed properties selectedItemsPathIds and checkedItemIds to the sw-tree component
  • Added bound properties selectedItemsPathIds and checkedItemIds to the items slot in the sw-tree component
  • Changed the data value checked to a computed value with getter and setter
  • Added selectedItemsPathIds and checkedItemIds to the sw-tree-item in the category tree