aboutsummaryrefslogtreecommitdiffstats
path: root/t/app
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-03-09 14:23:51 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-03-09 14:23:51 +0000
commit1115f106e0421c10a81c3ce8d187ef6cd3e639fc (patch)
treeabbd4504bc796e26dfe9d1634264df94a7bfa435 /t/app
parent8c5f462c2215446df04503e4da4cd40e0b01ec59 (diff)
Specify options in 'all' status filter.
A cobrand may have a blank default that isn't everything, so the "All reports" option must specify all the possible options.
Diffstat (limited to 't/app')
0 files changed, 0 insertions, 0 deletions
20.0.3 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin_controller.rb
blob: c25463f807abfaea457f354f95de1674ddf0841f (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85