Navigator Bool bug upon contract creation
App Development3 posts195 viewsLast activity Apr 2023
CH
charlie.ngOP
Mar 2023If a template contains some Bool fields, then the radio buttons will go wrong when creating contract on Navigator. E.g. there’ll be a default value for some field but not for other fields (as shown on the screenshot), or when you check the next radio button but the previous selected radio button would just disappear. I guess this is a bug?
Thanks in advance.
BE
Ben_M
Mar 2023Hi Charlie,
Thank you for reporting this. Can you explain exactly what example or template you followed, to end up with this issue?
Have you repeated this to confirm the issue remains? I would like to reproduce it, and confirm as an unplanned behaviour or not.
CH
charlie.ng
Apr 2023Sure.
template ChildTestRadioBoolButtonOnNavigator
with
owner : Party
name : Text
isCorrectOrder : Bool
isAllowBankerBet : Bool
isAllowMultiBet : Bool
isAllowFieldBet : Bool
where
signatory owner
