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

[Backport 12.4] [BUGFIX] Do not pretend to be a cObject #1514

Merged
merged 2 commits into from
Feb 3, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 3, 2025

Backport #1513
Authored by: @julianhofmann

julianhofmann and others added 2 commits February 3, 2025 14:14
`templateName` is of type string/stdWrap.
However, the snippet gives the impression that it is a cObject due to `templateName = TEXT`.

Working:
```
templateName = Default
```

Working
```
templateName.stdWrap.cObject = TEXT
templateName.stdWrap.cObject.value = Default
```

*Not* working
```
templateName= TEXT
templateName.value = Default
```
No extra `stdWrap` is necessary. `templateName` has direct stdWrap behaviour.

Related: #1513
@froemken froemken merged commit 5b000a8 into 12.4 Feb 3, 2025
@froemken froemken deleted the backport-1513-to-12.4 branch February 3, 2025 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants