Properly handle event status

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-10-11 15:58:46 +02:00
parent e8a9ee92b7
commit 534ff09674
20 changed files with 334 additions and 101 deletions

View File

@@ -692,7 +692,7 @@ defmodule MobilizonWeb.Resolvers.EventResolverTest do
actor,
event,
new_event,
MapSet.new([:title, :begins_on, :ends_on])
MapSet.new([:title, :begins_on, :ends_on, :status])
)
)
@@ -702,7 +702,7 @@ defmodule MobilizonWeb.Resolvers.EventResolverTest do
participant_actor,
event,
new_event,
MapSet.new([:title, :begins_on, :ends_on])
MapSet.new([:title, :begins_on, :ends_on, :status])
)
)
end