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

Commit

Permalink
Fixing hierarchy.add
Browse files Browse the repository at this point in the history
  • Loading branch information
phorward committed Nov 10, 2022
1 parent 82c6e2d commit 4425ea0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

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

## [3.0.27] - 2022-11-09
## [3.0.27] - 2022-11-10
- Fixing hierarchy.add
- customActions
- several fixes
- with "success"-info & "then"-action
Expand Down
2 changes: 1 addition & 1 deletion vi/actions/hierarchy.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def isSuitableFor( module, handler, actionName ):


def onClick(self, sender=None):
node = self.parent().parent().currentKey
node = self.parent().parent().node
if not node:
node = self.parent().parent().rootNode

Expand Down
2 changes: 1 addition & 1 deletion vi/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

vi_conf = {
# Vi version number
"vi.version": (3, 0, 26),
"vi.version": (3, 0, 27),
# ViUR server version number
"core.version": None,
"core.version.min": (3, 0, 0), # minimal core Version
Expand Down

0 comments on commit 4425ea0

Please sign in to comment.