bootstrap-calendar icon indicating copy to clipboard operation
bootstrap-calendar copied to clipboard

Multiple event with the same id.

Open oorabi opened this issue 9 years ago • 1 comments

I have a business case that there is an event with discreet date(time).

For example: Event-ID is 1281.

First Schedule: event-success 1435736400000 1281 1435735800000

UREA CREAM 10% 100GM /PatMedicationSchedules/Edit/?PatMedSchID=530

Second Schedule: event-success 1435822800000 1281 1435822200000

UREA CREAM 10% 100GM /PatMedicationSchedules/Edit/?PatMedSchID=531

AS you noticed, there is differenent URL for each schedule, but with the same id I tried to go to the first Schedule, i succeeded. But if i tried to go the the second one, the system will show the first one which is wrong. I think the problem in the following code: case "ajax": $.ajax({url: url, dataType: "html", async: false, success: function(data) { modal_body.html(data); }}); break;

oorabi avatar Jul 30 '15 12:07 oorabi

as i know you cant have the same id

alienmau avatar Aug 03 '16 14:08 alienmau