Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
dashboard
Commits
a0021c65
Commit
a0021c65
authored
Oct 24, 2019
by
jackie / Andrea Ida Malkah Klaura
Browse files
FIX
#31
parent
42850e78
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/EmissionManager.vue
View file @
a0021c65
...
...
@@ -280,7 +280,9 @@ export default {
// this handler is called when the user creates a new timeslot
eventCreated
(
event
)
{
this
.
$refs
.
appModalEmissionManagerCreate
.
open
(
event
.
start
,
event
.
end
)
if
(
!
this
.
conflictMode
)
{
this
.
$refs
.
appModalEmissionManagerCreate
.
open
(
event
.
start
,
event
.
end
)
}
},
// this is called when the user changes the calendar view, so we just
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment