Mercurial > hg > soundsoftware-site
annotate lib/plugins/awesome_nested_set/spec/fixtures/notes.yml @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | 433d4f72a19b |
children |
rev | line source |
---|---|
Chris@1115 | 1 scope1: |
Chris@1115 | 2 id: 1 |
Chris@1115 | 3 body: Top Level |
Chris@1115 | 4 lft: 1 |
Chris@1115 | 5 rgt: 10 |
Chris@1115 | 6 notable_id: 1 |
Chris@1115 | 7 notable_type: Category |
Chris@1115 | 8 child_1: |
Chris@1115 | 9 id: 2 |
Chris@1115 | 10 body: Child 1 |
Chris@1115 | 11 parent_id: 1 |
Chris@1115 | 12 lft: 2 |
Chris@1115 | 13 rgt: 3 |
Chris@1115 | 14 notable_id: 1 |
Chris@1115 | 15 notable_type: Category |
Chris@1115 | 16 child_2: |
Chris@1115 | 17 id: 3 |
Chris@1115 | 18 body: Child 2 |
Chris@1115 | 19 parent_id: 1 |
Chris@1115 | 20 lft: 4 |
Chris@1115 | 21 rgt: 7 |
Chris@1115 | 22 notable_id: 1 |
Chris@1115 | 23 notable_type: Category |
Chris@1115 | 24 child_3: |
Chris@1115 | 25 id: 4 |
Chris@1115 | 26 body: Child 3 |
Chris@1115 | 27 parent_id: 1 |
Chris@1115 | 28 lft: 8 |
Chris@1115 | 29 rgt: 9 |
Chris@1115 | 30 notable_id: 1 |
Chris@1115 | 31 notable_type: Category |
Chris@1115 | 32 scope2: |
Chris@1115 | 33 id: 5 |
Chris@1115 | 34 body: Top Level 2 |
Chris@1115 | 35 lft: 1 |
Chris@1115 | 36 rgt: 2 |
Chris@1115 | 37 notable_id: 1 |
Chris@1115 | 38 notable_type: Departments |