SafeParseDelegate's name param being ignored on setValue
function
#1200
Labels
type:bug
Impaired feature or lacking behavior that is likely assumed
setValue
function
#1200
New Issue Checklist
Issue Description
When a variable used the
safeAttribute(String)
function, thesetValue
(from theSafeParseDelegate
) was not working properly when its name was different from thename
param from the delegate because thename
param was being ignored.Steps to reproduce
Have a model with a variable the uses the
SafeParseDelegate
. Example:update it and then try to read its updated value
Actual Outcome
The new value that was just set will not be returned
Expected Outcome
The new value that was just set will be returned
Environment
https://github.com/parse-community/Parse-SDK-Android/releases/tag/4.2.1
Parse Android SDK
4.2.1
Android 13 (Tiramisu)
Server
I do not have this info / not related
I do not have this info / not related
I do not have this info / not related
Database
I do not have this info / not related
I do not have this info / not related
I do not have this info / not related
The text was updated successfully, but these errors were encountered: