Merge branch 'master' into 'master'
Master Update EV Req See merge request !2
This commit is contained in:
commit
9d8a256601
|
@ -153,7 +153,7 @@ var EventDialog = function(calendar,event){
|
|||
'<h3>' + _event.title + '</h3>' +
|
||||
'</div>' +
|
||||
'<div class="modal-body">' +
|
||||
'<div class="event_summary">' + time_string + '</div>' +
|
||||
'<div class="event_summary">' + time_string + '<br>' + _event.hiring_person_name + '</div>'
|
||||
_event.note +
|
||||
'</div>' +
|
||||
'<div class="modal-footer" />' +
|
||||
|
|
|
@ -23,6 +23,8 @@ class PHire
|
|||
{
|
||||
:id => self.id.to_s,
|
||||
:title => self.reason_for_hire,
|
||||
:hiring_person_id => self.hiring_person_id,
|
||||
:hiring_person_name => self.hiring_person_name,
|
||||
:note => self.note_for_hire || "",
|
||||
:start => self.start_time.rfc822,
|
||||
:end => self.end_time.rfc822,
|
||||
|
|
Loading…
Reference in New Issue