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

Rename the onSurveyPropertyValueChanged, onPropertyValidationCustomError, and onGetObjectDisplayName events #6340

Closed
tsv2013 opened this issue Dec 26, 2024 · 0 comments · Fixed by #6372
Assignees
Labels
API change Issues that request changes in the API v2.0

Comments

@tsv2013
Copy link
Member

tsv2013 commented Dec 26, 2024

onSurveyPropertyValueChanged -> onPropertyChanged
onPropertyValueChanging -> onPropertyChanging
onPropertyValidationCustomError -> onPropertyDisplayCustomError
onGetObjectDisplayName -> onElementGetDisplayName

onPropertyChanged:
options.element
options.name
options.value

onPropertyChanging:
options.element
options.name
options.oldValue
options.newValue

@tsv2013 tsv2013 added API change Issues that request changes in the API v2.0 labels Dec 26, 2024
@novikov82 novikov82 self-assigned this Jan 9, 2025
@RomanTsukanov RomanTsukanov changed the title SurveyCreator: renamings Rename the onSurveyPropertyValueChanged, onPropertyValidationCustomError, and onGetObjectDisplayName events Jan 9, 2025
novikov82 added a commit that referenced this issue Jan 9, 2025
…nCustomError`, and `onGetObjectDisplayName` events

Fixes #6340
novikov82 added a commit that referenced this issue Jan 11, 2025
novikov82 added a commit that referenced this issue Jan 13, 2025
…nCustomError`, and `onGetObjectDisplayName` events

Fixes #6340
novikov82 added a commit that referenced this issue Jan 13, 2025
…nCustomError`, and `onGetObjectDisplayName` events

Fixes #6340
novikov82 added a commit that referenced this issue Jan 15, 2025
#6372)

* #6340 Rename the `onSurveyPropertyValueChanged`, `onPropertyValidationCustomError`, and `onGetObjectDisplayName` events
Fixes #6340

* fixed import, #6340

* #6340 Rename the `onSurveyPropertyValueChanged`, `onPropertyValidationCustomError`, and `onGetObjectDisplayName` events
Fixes #6340

* Update descriptions and code

---------

Co-authored-by: RomanTsukanov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API change Issues that request changes in the API v2.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants