Closed Anilople closed 3 years ago
When export rule failed, prompt user why failed.
None
When user import or export rules,
if projects does not exist in apollo, user will see message like
{ "success": false, "code": 404, "msg": "those projects do not exist in apollo", "data": [ "a bc", "s234", "sd2", "yys" ] }
if projects cannot registry to sentinel dashboard, user will see message like
{ "success": false, "code": 403, "msg": "cannot registry those projects to sentinel dashboard", "data": [ "a", "abcd" ] }
Test it manually.
Describe what this PR does / why we need it
When export rule failed, prompt user why failed.
Does this pull request fix one issue?
None
Describe how you did it
When user import or export rules,
if projects does not exist in apollo, user will see message like
if projects cannot registry to sentinel dashboard, user will see message like
Describe how to verify it
Test it manually.