summaryrefslogtreecommitdiffstats
path: root/test/fixtures/user_preferences.yml
blob: 14243e0bbc35fe2293522d05e898a7e0d610cd2a (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
--- 
user_preferences_001: 
  others: |
    --- 
    :no_self_notified: false
    :my_page_layout: 
      left: 
      - latestnews
      - documents
      right: 
      - issuesassignedtome
      top: 
      - calendar

  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