mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Ui/transform roles list create (#9852)
* Can see list of roles, templates, and alphabets when you click on corresponding tab inside a transform secrets engine * Cannot click on items in list other than transformations * Can create a new transform role from the empty state or toolbar * Creating a role redirects to the view of that role * Breadcrumb links on transform roles work * Role create form handles error
This commit is contained in:
@@ -92,5 +92,6 @@ const Model = DS.Model.extend({
|
||||
});
|
||||
|
||||
export default attachCapabilities(Model, {
|
||||
// TODO: Update to dynamic backend name
|
||||
updatePath: apiPath`transform/transformation/${'id'}`,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user