Skip to content

Get rid of unused OnGettingFieldValue() - #514

Merged
SergeiPavlov merged 1 commit into
master-servicetitanfrom
OnGettingFieldValue
Aug 27, 2026
Merged

Get rid of unused OnGettingFieldValue()#514
SergeiPavlov merged 1 commit into
master-servicetitanfrom
OnGettingFieldValue

Conversation

@SergeiPavlov

@SergeiPavlov SergeiPavlov commented Aug 27, 2026

Copy link
Copy Markdown
Collaborator

Note

Low Risk
API-breaking only if a consumer overrode the removed hook; runtime field-read behavior for subscriptions and session events is unchanged.

Overview
Removes the protected virtual OnGettingFieldValue(FieldInfo) hook from Persistent and stops invoking it from Entity.SystemBeforeGetValue and Structure.SystemBeforeGetValue.

Pre-read field access is unchanged for EntityEventBroker.GettingFieldEventKey subscribers and the existing session/system field-getting events; only the unused override point is dropped.

Reviewed by Cursor Bugbot for commit 466406d. Bugbot is set up for automated code reviews on this repo. Configure here.

@SergeiPavlov
SergeiPavlov merged commit 8a913a0 into master-servicetitan Aug 27, 2026
64 checks passed
@SergeiPavlov
SergeiPavlov deleted the OnGettingFieldValue branch August 27, 2026 01:43
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.

3 participants