Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Provide ability to use CUBA filter implementation in screens with Jmix XSD #81

Closed
knstvk opened this issue Sep 17, 2021 · 0 comments
Closed
Assignees
Milestone

Comments

@knstvk
Copy link
Contributor

knstvk commented Sep 17, 2021

It's needed for using saved filters in migrated projects.

Changes

jmix-cuba module provides addiotional XSD schema:

http://schemas.haulmont.com/cuba/screen/compatibility

it contains cubaFilter component.

Usage example

<window xmlns="http://jmix.io/schema/ui/window"
        xmlns:cuba="http://schemas.haulmont.com/cuba/screen/compatibility"
        ...>
        ...
   <layout expand="ordersTable"
           spacing="true">
       <cuba:cubaFilter id="filter"
                        applyTo="ordersTable"
                        dataLoader="ordersDl">
           <properties include=".*"/>
       </cuba:cubaFilter>
       ...
   </layout>
</window>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants