no message
This commit is contained in:
@@ -243,6 +243,7 @@ public abstract class RepositoryServer<D extends Database> {
|
||||
DBObject new_object = (DBObject) request.object;
|
||||
Print("Редактировать объект " + new_object.getPK());
|
||||
db.UpdateWithCheck(new_object);
|
||||
afterEditAction(new_object);
|
||||
response = new ServerExchangeUnit_2021(ServerCode.OK);
|
||||
break;
|
||||
case DeleteObject: //устарело. потом убрать. сейчас на это баг репорты повязаны.
|
||||
@@ -353,6 +354,8 @@ public abstract class RepositoryServer<D extends Database> {
|
||||
}
|
||||
protected void afterPublishAction(DBObject object) throws Exception {
|
||||
}
|
||||
protected void afterEditAction(DBObject object) throws Exception {
|
||||
}
|
||||
//------------------------------
|
||||
private void DeleteObjectByPK() throws Exception {
|
||||
Print("Удалить объект по ключу");
|
||||
|
||||
Reference in New Issue
Block a user