Closed (fixed)
Project:
Views Row SDC
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Apr 2026 at 17:35 UTC
Updated:
7 May 2026 at 13:00 UTC
Jump to comment: Most recent
Comments
Comment #2
lostcarpark commentedI think the problem is that typed props expect a value of the correct type, but Views are feeding a rendered value that is in effect always a string.
I plan to make the module detect the prop type and feed appropriate values.
Comment #4
lostcarpark commentedNow working (with tests) for boolean fields.
Next: replicate for integers!
Comment #5
lostcarpark commentedI have added support for Integer fields. Test cover for booleans and integers is pretty good.
I propose wrapping up this issue here, but test for other types, and open other issues if problems arise.
@ultimike, would you like to review?
Comment #6
ultimike@lostcarpark -
Looks good. I manually tested with 3 different custom SDCs with both boolean and integer fields.
Thanks!
-mike
Comment #7
lostcarpark commentedThanks Mike!
Adding issue tag and moving to RTBC.
Comment #9
lostcarpark commentedMerged and moving to fixed.