summaryrefslogtreecommitdiffstats
path: root/test/fixtures/user_preferences.yml
blob: 0e739956a1527bc5d237d096aa7b68d93d693fb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
user_preferences_001:
  others: |
    ---
    :no_self_notified: false
    :my_page_layout:
      left:
      - latestnews
      - documents
      right:
      - issuesassignedtome
      top:
      - calendar
    :bookmarked_project_ids: "1,5"

  id: 1
  user_id: 1
  hide_mail: true
user_preferences_002:
  others: |
    ---
    :no_self_notified: false

  id: 2
  user_id: 2
  hide_mail: true
user_preferences_003:
  others: |
    ---
    :no_self_notified: false
    :my_page_layout:
      left:
      - latestnews
      - documents
      right:
      - issuesassignedtome
      top:
      - calendar

  id: 3
  user_id: 3
  hide_mail: false