Describe the bug
Using package.yaml + extension v1.17.0 and the template action
method with just @action -decoration is shown in the side-panel correctly, but if I add:
@action(is_consequential=False) the action is not shown
To Reproduce
Steps to reproduce the behavior:
Create action from template
Add @action(is_consequential=False) in place of @action
Describe the bug Using
package.yaml
+ extension v1.17.0 and the template action method with just@action
-decoration is shown in the side-panel correctly, but if I add:@action(is_consequential=False)
the action is not shownTo Reproduce Steps to reproduce the behavior:
Screenshots
Versions: