Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mauritz, Falk Marius
SWTII Cal
Commits
3bb92743
Commit
3bb92743
authored
Jun 06, 2019
by
Siedschlag, Lennart
Browse files
hotfix
parent
9ff2d237
Pipeline
#6270
passed with stage
in 4 minutes and 35 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
frontend/lib/src/model/appointment.dart
View file @
3bb92743
...
...
@@ -25,7 +25,7 @@ class Appointment {
int
day
;
String
time
=
""
;
String
duration
=
""
;
String
location
;
String
location
=
""
;
String
note
=
""
;
Map
<
String
,
dynamic
>
toJson
()
=
>
{
...
...
frontend/lib/src/view/components/appointment_new_component.dart
View file @
3bb92743
...
...
@@ -32,6 +32,7 @@ class AppointmentNewComponent implements OnActivate {
///Methode zum erstellen des neuen Termins
Future
<
void
>
create
()
async
{
appointment
.
date
=
dateString
;
print
(
appointment
);
await
_appointmentService
.
create
(
appointment
);
goBack
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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