You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Open a project with at least a literal node, or create a new one.
Right-click any literal node, select 'Literal refactor' action.
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
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
The text was updated successfully, but these errors were encountered: