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 2016/11/07 02:37:59 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: 1.8)
                   2.0

> Refactor filters registration
> -----------------------------
>
>                 Key: IGNITE-4082
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4082
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: wizards
>    Affects Versions: 1.7
>            Reporter: Alexey Kuznetsov
>             Fix For: 2.0
>
>
> 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.4#6332)