Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when triggering 'Literal refactor' context menu action #162

Closed
mnamici opened this issue Oct 22, 2021 · 0 comments
Closed

Error when triggering 'Literal refactor' context menu action #162

mnamici opened this issue Oct 22, 2021 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@mnamici
Copy link
Collaborator

mnamici commented Oct 22, 2021

Description

Triggering 'Literal refactor' context menu action raises an exception due to the session.doOpenLiteralDialog call missing the 'node' argument when executed as the action slot. Double-clicking literal nodes works correctly though.

Steps to reproduce

  1. Open a project with at least a literal node, or create a new one.
  2. Right-click any literal node, select 'Literal refactor' action.

Expected behaviour

The literal editor dialog to open.

Actual behaviour

TypeError is raised with the following value:

TypeError: doOpenLiteralDialog() missing 1 required positional argument: 'node'

Affected versions

  • 3.1
@mnamici mnamici added the bug Something isn't working label Oct 22, 2021
@mnamici mnamici added this to the Eddy 3.2 milestone Oct 22, 2021
@mnamici mnamici self-assigned this Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant