mirror of
https://github.com/documize/community.git
synced 2025-07-22 22:59:43 +02:00
add/remove group membership
This commit is contained in:
parent
0b5ed8fd9e
commit
ed11c0ad11
17 changed files with 287 additions and 87 deletions
|
@ -12,7 +12,6 @@
|
|||
import { computed } from '@ember/object';
|
||||
import Model from 'ember-data/model';
|
||||
import attr from 'ember-data/attr';
|
||||
// import { belongsTo, hasMany } from 'ember-data/relationships';
|
||||
|
||||
export default Model.extend({
|
||||
firstname: attr('string'),
|
||||
|
@ -25,6 +24,7 @@ export default Model.extend({
|
|||
viewUsers: attr('boolean', { defaultValue: false }),
|
||||
global: attr('boolean', { defaultValue: false }),
|
||||
accounts: attr(),
|
||||
groups: attr(),
|
||||
created: attr(),
|
||||
revised: attr(),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue