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

[EAK-503] Add validation for @DropTarget's nodeName property #503

Closed
liubou-masiuk opened this issue Dec 22, 2023 · 1 comment
Closed

[EAK-503] Add validation for @DropTarget's nodeName property #503

liubou-masiuk opened this issue Dec 22, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@liubou-masiuk
Copy link
Collaborator

Currently, there is a possibility of getting an NPE if the user specifies an empty string in @DropTarget's nodeName property:

@ChildEditConfig(dropTargets = @DropTargetConfig(nodeName = "", propertyName = "property"))

Need to add validation for this property

@smiakchilo
Copy link
Collaborator

Scheduled for release in v.2.5.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants