Skip to content
Snippets Groups Projects
Commit ff68950a authored by MoSelim's avatar MoSelim
Browse files

# WARNING: head commit changed in the meantime

Merge branch 'shared-data-model' of
https://gitlab.coko.foundation/xpub/xpub-epmc.git into shared-data-model
parent 0ad2aca9
No related branches found
No related tags found
2 merge requests!119Dev,!118Shared data model
This commit is part of merge request !119. Comments created here will be created in the context of that merge request.
......@@ -16,8 +16,8 @@ class Team extends EpmcBaseModel {
// static idColumn = ['article_id', 'member_id'];
static get idColumn() {
return ['manuscript_id', 'user_id', 'role_name']
// return 'id'
// return ['manuscript_id', 'user_id', 'role_name']
return 'id'
}
/*
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment