Frontmatter
| id | 4836 |
| title | Neo.tree.Accordion: onStoreRecordChange doesn''t change icon |
| state | Closed |
| labels | bug |
| assignees | [] |
| createdAt | Sep 4, 2023, 5:27 PM |
| updatedAt | Sep 4, 2023, 5:36 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4836 |
| author | Ghost |
| commentsCount | 3 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 4, 2023, 5:36 PM |
Neo.tree.Accordion: onStoreRecordChange doesn't change icon

tobiu
Sep 4, 2023, 5:28 PM
do you want to send a PR or should @Dinkh look into it?

Ghost
Sep 4, 2023, 5:30 PM
@pensuwan-k has done the change, will open the PR in a while.
- 2023-09-04T15:31:34Z @pensuwan-k referenced in commit
1e7bc28- "#4836 Change the flag name" - 2023-09-04T15:33:03Z @pensuwan-k cross-referenced by PR #4837

tobiu
Sep 4, 2023, 5:36 PM
created a new release for you: https://github.com/neomjs/neo/releases/tag/6.3.3
tobiu closed this issue on Sep 4, 2023, 5:36 PM
In
Neo.tree.Accordioncomponent:itemVdom = VDomUtil.getByFlag(vdom, field.name);doesn't find the vdom because the flag is named incorrectly. Instead of
flag: "icon", it should beflag: "iconCls";