You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2017/04/10 08:29:42 UTC

[jira] [Updated] (IGNITE-4082) Refactor filters registration

     [ https://issues.apache.org/jira/browse/IGNITE-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kuznetsov updated IGNITE-4082:
-------------------------------------
    Fix Version/s:     (was: 2.0)
                   2.1

> Refactor filters registration
> -----------------------------
>
>                 Key: IGNITE-4082
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4082
>             Project: Ignite
>          Issue Type: Task
>          Components: wizards
>    Affects Versions: 1.7
>            Reporter: Alexey Kuznetsov
>             Fix For: 2.1
>
>
> Refactor filter code like:
> {code}
> export default ['hasPojo', [() => ({caches} = []) =>....
> .filter(...hasPojo)
> {code}
> to
> {code}
> export default [() => ({caches} = []) => ...
> .filter('hasPojo', hasPojo)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)