feat: add a validate button to the register-component page
This allows the user to validate his location before adding it.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
'@backstage/plugin-catalog-backend': minor
|
||||
---
|
||||
|
||||
Add ability to dry run adding a new location ot the catalog API.
|
||||
Add ability to dry run adding a new location to the catalog API.
|
||||
|
||||
The location is now added in a transaction and afterwards rolled back.
|
||||
This allows users to dry run this operation to see if there entity has issues.
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': minor
|
||||
'@backstage/plugin-register-component': minor
|
||||
---
|
||||
|
||||
Add a validate button to the register-component page
|
||||
|
||||
This allows the user to validate his location before adding it.
|
||||
Reference in New Issue
Block a user