mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
UI/Serialize DB Connection Attributes (#12770)
* creates serializer and moves available plugin types constant to util * adds if block catch if no plugin_type, renames util file * updates imports * adds changelog * fixes rendering of default attrs * checks that plugin exists
This commit is contained in:
@@ -3,7 +3,7 @@ import { computed } from '@ember/object';
|
||||
import { alias } from '@ember/object/computed';
|
||||
import lazyCapabilities, { apiPath } from 'vault/macros/lazy-capabilities';
|
||||
import { expandAttributeMeta } from 'vault/utils/field-to-attrs';
|
||||
import { getRoleFields } from '../../utils/database-role-fields';
|
||||
import { getRoleFields } from '../../utils/database-helpers';
|
||||
|
||||
export default Model.extend({
|
||||
idPrefix: 'role/',
|
||||
|
||||
Reference in New Issue
Block a user