-
Notifications
You must be signed in to change notification settings - Fork 106
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
[fix] Id generation when using Executor as Modal View #1575
Conversation
am curious: why is the table name needed at all? |
If I remember correctly, it was because of callback issues. |
seems not abstract enough, how name is build normally, is there a method for it? |
So executor with a non unique name is put to some non-unique render tree? This should have a Behat test. |
Executor is no longer attached to html view.
Remove special characters, like dot, from table name when generating View::id.