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
The keys in the commited object are the identifiers of organizations, but member.id is actually the name of the organization.
Members are passed from the ChannelDetails component and are based on the part of the channel configuration where the names of organizations are used.
@dkacperski97 good analysis! Yes, console currently expects both of of those to be the same... we can look to fix handle it for some of these cases where it makes sense... sounds like you may have gotten it to work by tweaking it? if so, please feel free to make a PR... otherwise we will take a look
The error occurs when the name and id of the organization differ in
configtx.yaml
, e.g.The error does not occur with test-network because the id and name of the peer organization are the same.
The status value depends on this line of code:
fabric-operations-console/packages/apollo/src/components/ChaincodeModal/ChaincodeModal.js
Line 232 in f6230be
commited
object are the identifiers of organizations, butmember.id
is actually the name of the organization.Members are passed from the ChannelDetails component and are based on the part of the channel configuration where the names of organizations are used.
fabric-operations-console/packages/apollo/src/components/ChannelDetails/ChannelDetails.js
Line 229 in f6230be
The text was updated successfully, but these errors were encountered: