You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current code ignores the field duration (I think because we defined the attribute date_stop):
Suggested solutions:
[1] remove the attribute date_stop from the calendar view
[2] ensure that the field date_end is computed
I think that we should go with [1] and also completely remove the field date_end from the model medical.appointment (I am not sure if this would have any other impact, but they are probably not big as this field is currently no set and not settable (not available in form view))
The current code ignores the field
duration
(I think because we defined the attribute date_stop):Suggested solutions:
I think that we should go with [1] and also completely remove the field date_end from the model medical.appointment (I am not sure if this would have any other impact, but they are probably not big as this field is currently no set and not settable (not available in form view))
Related code:
Tested in branch
release/10
, commit 6821131The text was updated successfully, but these errors were encountered: