Pause the school on warning notices until the owner dismisses them.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-20 22:33:38 +03:00
co-authored by Cursor
parent e22d9bae33
commit f36af269bb
27 changed files with 993 additions and 51 deletions
@@ -210,6 +210,7 @@ internal sealed partial class SchoolWorker
SpeechRules = school.SpeechRules,
Owner = _owner,
PortraitSettings = _portraitSettings,
Notices = _notices.ToSave(),
});
}
catch (Exception ex)