правка в securitymanager
This commit is contained in:
parent
349ba066fd
commit
c749987c08
@ -29,7 +29,7 @@ namespace DatabaseCore
|
|||||||
{
|
{
|
||||||
using var context = DatabaseManager.GetContext;
|
using var context = DatabaseManager.GetContext;
|
||||||
Access access = null;
|
Access access = null;
|
||||||
if (model != null)
|
if (model.Model != null)
|
||||||
{
|
{
|
||||||
// если не указан идентификатор пользователя, то смотрим, может он авторизован
|
// если не указан идентификатор пользователя, то смотрим, может он авторизован
|
||||||
if (!model.Model.UserId.HasValue && User.HasValue)
|
if (!model.Model.UserId.HasValue && User.HasValue)
|
||||||
|
Loading…
Reference in New Issue
Block a user