adding UserDetailObserver and reorderable records feature
This commit is contained in:
+7
-1
@@ -166,7 +166,13 @@ class WorkersRelationManager extends RelationManager
|
||||
AttachAction::make()
|
||||
->label('Добавить сотрудника'),
|
||||
])
|
||||
->defaultSort('name')
|
||||
->reorderable('sort')
|
||||
->defaultSort('sort')
|
||||
->deferLoading();
|
||||
}
|
||||
|
||||
protected function canReorder(): bool
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user