Prevent EntityDialog or Panel from Opening when a condition is not met #7304
Answered
by
arunkumar12712
flashyjunior
asked this question in
Help
-
Hi,
|
Beta Was this translation helpful? Give feedback.
Answered by
arunkumar12712
Dec 28, 2024
Replies: 1 comment
-
try this protected afterLoadEntity() {
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
flashyjunior
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try this
protected afterLoadEntity() {
super.afterLoadEntity();
}