дополнение безопасности. не везде был сделан режим чтения

This commit is contained in:
2025-02-06 20:44:51 +03:00
parent 16c307103f
commit fa31d5570c
14 changed files with 65 additions and 10 deletions

View File

@@ -559,6 +559,7 @@ public abstract class DataSetControlForm<D extends DBObject> extends ControlForm
} else {
title += "просмотр";
dialog.SetReadonly();
dialog.BlockButtons();
}
return dialog.ShowDialog(title, object);
}