Skip to content
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

Shifter naming issue #225

Closed
miquelcampos opened this issue Mar 14, 2023 · 1 comment
Closed

Shifter naming issue #225

miquelcampos opened this issue Mar 14, 2023 · 1 comment
Assignees
Labels
bug Something isn't working Research/ Review

Comments

@miquelcampos
Copy link
Member

“control_ctl” bug looks to have been caused by name = “control” in the Component addCtl function. A friend and I resolved it with:

else:
name = name.replace(r“{description}”, r””)
name = name.replace(r”__”, r”_”)

@miquelcampos miquelcampos added bug Something isn't working Research/ Review labels Mar 14, 2023
@miquelcampos miquelcampos self-assigned this Mar 14, 2023
@miquelcampos
Copy link
Member Author

looks like it was fixed with #221

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Research/ Review
Projects
Status: 4.1.x
Development

No branches or pull requests

1 participant