-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Missing way to use control constants as snippet/snippetArea name (reopen) #346
Comments
dg
added a commit
to nette/application
that referenced
this issue
Oct 2, 2023
The constant notation should work now. |
dg
added a commit
to nette/union
that referenced
this issue
Oct 9, 2023
dg
added a commit
to nette/union
that referenced
this issue
Oct 17, 2023
dg
added a commit
to nette/union
that referenced
this issue
Oct 25, 2023
dg
added a commit
to nette/union
that referenced
this issue
Nov 2, 2023
dg
added a commit
to nette/union
that referenced
this issue
May 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have test this, but it's not working. Same Error as above with this tests:
or
My packages are:
Is there a chance that this will be supported in the future?
I used the constants in my code to redraw the controls, so the strings of
n:snippet
in template and$this->getComponent(\Vendor\App\ExampleForm::SNIPPET_FORM)->redrawControl()
in Presenter should always the same.Originally posted by @micha-walter in #141 (comment)
The text was updated successfully, but these errors were encountered: