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
https://hashicorp.atlassian.net/browse/CC-7145
Due to the API specific, it doesn't fall well to the data loading approach which is used for regular records.
So I did similar to autopilot loading, which as well not really fall under record architecture(list + crud).
for 404 link/global and for STATE_FALSE repository maps the isLinking value to false. For STATE_TRUE - to true. For other error codes, repo return null for the result object (to make it possible to understand when some other system/auth error raised)
Testing & Reproduction steps
add Linked is: {{hcpLink.data.isLinked}} in a next line
Description
https://hashicorp.atlassian.net/browse/CC-7145
Due to the API specific, it doesn't fall well to the data loading approach which is used for regular records.
So I did similar to autopilot loading, which as well not really fall under record architecture(list + crud).
for 404 link/global and for STATE_FALSE repository maps the
isLinking
value to false. For STATE_TRUE - to true. For other error codes, repo return null for the result object (to make it possible to understand when some other system/auth error raised)Testing & Reproduction steps
Linked is: {{hcpLink.data.isLinked}}
in a next lineconsul acl bootstrap
, using secretIdIt is also possible to check it with
yarn start
. Mock data set to STATE_TRUE by defaultlink/global could be added with triggering from browser console
Links
PR Checklist
The text was updated successfully, but these errors were encountered: