Skip to content

bug: deprecated attributes: only on selects #26

Description

@Azlond

When an attribute is marked as deprecated, it is only shown in select-statements, but not when used in a filter.

example:

...config.xml
<deleted type="boolean" deprecated="true" />
...index.js
extensions: {
    preExecute: async (ev) => {
        ev.request.filter = {
            attribute: 'deleted',
            operator: 'equal',
            value: false
       }
   }
}

-> deleted does not appear on the deprecated context.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions