-
Couldn't load subscription status.
- Fork 3k
Qute: fix template variants for templates with dot in the name #46257
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
Conversation
mkouba
commented
Feb 13, 2025
- fixes Error with Qute templates with dot in the names #46254
|
This should fix the problem but keep in mind that the template |
|
any reason not to use lastIndexOf? I guess it's probably better to use the config like you do..? |
Status for workflow
|
Not sure about |
I'm not sure I completely understand 🤔. In any case, this would not work if you have I'm using the |
|
I will give it a try today.. thanks @mkouba |
Thanks, let me know... I tested this fix with your reproducer so it should be fine 😉. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!!