implemented saving of new events. next: updating
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -103,7 +103,11 @@ public class BaseAppointment implements Appointment {
|
||||
|
||||
@Override
|
||||
public Appointment clone(long newId) {
|
||||
return new BaseAppointment(newId, title, description, start, end, location, slug).coords(coords).addLinks(links).add(attachments);
|
||||
return new BaseAppointment(newId, title, description, start, end, location, slug) //
|
||||
.coords(coords)
|
||||
.addLinks(links)
|
||||
.add(attachments)
|
||||
.tags(tags);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user