allow to order tables by more fields (#1902)
This commit is contained in:
@@ -16,7 +16,7 @@ use App\Entity\Project;
|
||||
*/
|
||||
class ActivityQuery extends ProjectQuery
|
||||
{
|
||||
public const ACTIVITY_ORDER_ALLOWED = ['id', 'name', 'comment', 'customer', 'project'];
|
||||
public const ACTIVITY_ORDER_ALLOWED = ['id', 'name', 'comment', 'customer', 'project', 'visible'];
|
||||
|
||||
/**
|
||||
* @var Project[]|int[]
|
||||
|
||||
Reference in New Issue
Block a user