-
Notifications
You must be signed in to change notification settings - Fork 0
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
[BUG] Field is not found when it is declared in a super class #57
Comments
This is debug level as well I guess. |
The copilot version was raised to 24.6.2 in my case, and have different errors:
Or this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the Bug
Extracted from #56
When trying to get translatable properties for the grid in the events view, you get
The
grid
field is not declared in theEventsView
class but in its super classEditView
The text was updated successfully, but these errors were encountered: