Actualizar plugin Glossary a 1.1.0
This commit is contained in:
parent
24560c8598
commit
b9e569d03f
103 changed files with 954 additions and 2967 deletions
31
plugins/redmine_glossary/test/fixtures/glossary_terms.yml
vendored
Normal file
31
plugins/redmine_glossary/test/fixtures/glossary_terms.yml
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
red:
|
||||
id: 1
|
||||
project_id: 1
|
||||
category_id: 1
|
||||
name: red
|
||||
|
||||
green:
|
||||
id: 2
|
||||
project_id: 1
|
||||
category_id: 1
|
||||
name: green
|
||||
created_at: 2018-08-08 18:18:18
|
||||
updated_at: 2018-08-08 18:18:18
|
||||
|
||||
blue:
|
||||
id: 3
|
||||
project_id: 2
|
||||
category_id: 1
|
||||
name: blue
|
||||
created_at: 2018-08-08 18:18:18
|
||||
updated_at: 2018-08-08 18:18:18
|
||||
|
||||
clear:
|
||||
id: 4
|
||||
project_id: 1
|
||||
name: clear
|
||||
created_at: 2018-08-08 18:18:18
|
||||
updated_at: 2018-08-08 18:18:18
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue