Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
fix: HierarchyWidget returning "add"-action twice
Browse files Browse the repository at this point in the history
  • Loading branch information
phorward committed May 25, 2022
1 parent b01cb38 commit 2a5fd64
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This file documents any relevant changes done to ViUR Vi since version 2.

## [3.0.21] - 2022-05-25
- Feat: added grouped skels
- Fix: viewactions now not merged by default, customActions now can be defined in a view
- Fix: Handler for add.node action in tree widgets
- Fix: HierarchyWidget getAction() returning "add"-action twice
- Fix: Flare update for performance and security reasons
- Fix: EditWidget accepts skel for unserialization again

## [3.0.20] - 2022-04-14
- Fix: Corrected version number
- Fix: Updated README
Expand Down
2 changes: 1 addition & 1 deletion vi/flare
1 change: 0 additions & 1 deletion vi/widgets/hierarchy.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def getActions(self):
return [
"selectrootnode",
"add",
"add.node",
"edit",
"clone",
"delete",
Expand Down

0 comments on commit 2a5fd64

Please sign in to comment.