archaius icon indicating copy to clipboard operation
archaius copied to clipboard

fix inconsistent use of prefix in PrefixedViewConfig

Open tcellucci opened this issue 7 years ago • 1 comments

PrefixedViewConfig had inconsistent handling of the 'prefix' constructor arg; sometimes it used the raw value (passed into State) and sometimes it used the normalized value (modified to always end with a '.').

Previously if the prefix constructor arg for PrefixedViewConfig ended with a '.', then property values returned via PrefixedViewConfig would be incorrect; too short by one character.

tcellucci avatar Dec 22 '17 20:12 tcellucci

👍

qiangdavidliu avatar Dec 22 '17 20:12 qiangdavidliu

@akang31 , is this PR adressing the same thing you fixed in #635 ?

rgallardo-netflix avatar Mar 23 '23 20:03 rgallardo-netflix

Yes, this is addressing the same issue which is now fixed.

akang31 avatar Mar 23 '23 21:03 akang31