Skip to content

Can sort by fields which are not defined in DTO #2732

Description

@Trojaner

You can order by fields in CrudAppService even if they are not defined in the DTO. I am not sure if this is meant to be like that.

Related code:

protected virtual IQueryable<TEntity> ApplySorting(IQueryable<TEntity> query, TGetListInput input)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions