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
Projects

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 added this to To Do in mGear 4.x via automation Mar 14, 2023
@miquelcampos miquelcampos self-assigned this Mar 14, 2023
@miquelcampos miquelcampos moved this from To Do to WIP in mGear 4.x Jun 23, 2023
@miquelcampos
Copy link
Member Author

looks like it was fixed with #221

mGear 4.x automation moved this from WIP to 4.1.x Sep 6, 2023
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
Development

No branches or pull requests

1 participant