Skip to content
Snippets Groups Projects
Commit df2b8278 authored by Prasad's avatar Prasad
Browse files

Fix: Change event end-date when start-date changes in Edit View.

parent 5a6ebff1
No related branches found
No related tags found
No related merge requests found
......@@ -209,9 +209,6 @@ Vtiger_Edit_Js("Calendar_Edit_Js",{
var dateStartElement = container.find('[name="date_start"]');
var endDateElement = container.find('[name="due_date"]');
if(endDateElement.data('userChangedTime') == true) {
return;
}
if(jQuery('[name="userChangedEndDateTime"]').val() == '1') {
return;
}
......@@ -452,4 +449,4 @@ Vtiger_Edit_Js("Calendar_Edit_Js",{
this.registerRelatedContactSpecificEvents();
this._super();
}
});
\ No newline at end of file
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment