adding UserDetailObserver and reorderable records feature
This commit is contained in:
@@ -103,4 +103,9 @@ class ProgramsRelationManager extends RelationManager
|
||||
->deferLoading()
|
||||
->persistFiltersInSession();
|
||||
}
|
||||
|
||||
protected function canReorder(): bool
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user