We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b63701 commit d747811Copy full SHA for d747811
app/routes/events/view/scheduler.js
@@ -13,14 +13,18 @@ export default Route.extend({
13
{
14
and: [
15
16
- name : 'starts-at',
17
- op : 'eq',
18
- val : null
19
- },
20
- {
21
- name : 'ends-at',
22
23
+ or: [
+ {
+ name : 'starts-at',
+ op : 'eq',
+ val : null
+ },
+ name : 'ends-at',
24
25
26
+ }
27
+ ]
28
},
29
30
or: [
0 commit comments