mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Minor fix
This commit is contained in:
parent
0aee11d6d8
commit
b729c06f31
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ class Extends
|
|||
project_activity: 13, # TODO
|
||||
project_samples: 14, # TODO
|
||||
experiment: 15,
|
||||
my_module_repository: 16 }
|
||||
my_module_repository: 17 # Higher number because of addons
|
||||
}
|
||||
|
||||
# Data type name should match corresponding model's name
|
||||
REPOSITORY_DATA_TYPES = { RepositoryTextValue: 0,
|
||||
|
|
Loading…
Reference in a new issue