You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
CreateCommand when fetching properties of type array of objects as CSV crashes if user opts to add no more items.
Plus, if the user confirms to add a new item in the nested array of objects; the prompt starts from the first property of the object containing the concerned property.
Actual behavior
CreateCommand; when fetching properties of nested arrays having items of type object, should inquire to fetch more items and should use the schema of the nested object.
Steps to reproduce
Execute mintNft command on testNft module under examples/pos-mainchain.
Which version(s) does this affect? (Environment, OS, etc...)
release/6.1.0
The text was updated successfully, but these errors were encountered:
Expected behavior
CreateCommand
when fetching properties of type array of objects as CSV crashes if user opts to add no more items.Plus, if the user confirms to add a new item in the nested array of objects; the prompt starts from the first property of the object containing the concerned property.
Actual behavior
CreateCommand
; when fetching properties of nested arrays having items of type object, should inquire to fetch more items and should use the schema of the nested object.Steps to reproduce
Execute
mintNft
command ontestNft
module underexamples/pos-mainchain
.Which version(s) does this affect? (Environment, OS, etc...)
release/6.1.0
The text was updated successfully, but these errors were encountered: