mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 12:43:06 +08:00
Fix markup
This commit is contained in:
parent
f4bf2ab75f
commit
3b0f35aef3
1 changed files with 6 additions and 6 deletions
|
@ -44,7 +44,7 @@ class Extends
|
|||
EXPORT_ALL_PROJECT_ELEMENTS = [
|
||||
{
|
||||
type_of: 'project_header',
|
||||
id_key: 'project_id',
|
||||
id_key: 'project_id'
|
||||
},
|
||||
{
|
||||
type_of: 'experiment',
|
||||
|
@ -58,7 +58,7 @@ class Extends
|
|||
children: [
|
||||
{
|
||||
type_of: 'my_module_protocol',
|
||||
id_key: 'my_module_id',
|
||||
id_key: 'my_module_id'
|
||||
},
|
||||
{
|
||||
type_of: 'step',
|
||||
|
@ -68,22 +68,22 @@ class Extends
|
|||
{
|
||||
type_of: 'step_asset',
|
||||
relation: %w(assets),
|
||||
id_key: 'asset_id',
|
||||
id_key: 'asset_id'
|
||||
},
|
||||
{
|
||||
type_of: 'step_table',
|
||||
relation: %w(tables),
|
||||
id_key: 'table_id',
|
||||
id_key: 'table_id'
|
||||
},
|
||||
{
|
||||
type_of: 'step_checklist',
|
||||
relation: %w(checklists),
|
||||
id_key: 'checklist_id',
|
||||
id_key: 'checklist_id'
|
||||
},
|
||||
{
|
||||
type_of: 'step_comments',
|
||||
id_key: 'step_id',
|
||||
sort_order: 'asc',
|
||||
sort_order: 'asc'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue