Skip to content

Commit

Permalink
Merge pull request #134 from crypotex/feature/133
Browse files Browse the repository at this point in the history
Feature/133
  • Loading branch information
tsudmi committed Dec 6, 2015
2 parents 826d70f + fc3a267 commit 916837f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taas/reservation/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def get_calendar_entities(start, end, user, update=None):

}
if user.is_staff:
entry['title'] = reservation.id
entry['title'] = reservation.user_id

if update == reservation.id:
entry['startEditable'] = True
Expand Down

0 comments on commit 916837f

Please sign in to comment.