You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Klaster1 <gi...@git.apache.org> on 2018/11/30 09:04:05 UTC

[GitHub] ignite pull request #5536: IGNITE-10489 Do no trigger both types of validati...

GitHub user Klaster1 opened a pull request:

    https://github.com/apache/ignite/pull/5536

    IGNITE-10489 Do no trigger both types of validation notifications at the same time

    @akuznetsov-gridgain please review. Besides the fix, I've also partially converted related files to TS and added interface that all form field controllers should implement.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-10489

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/5536.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5536
    
----
commit 4c7f649133eaa0a1b7782e890391c03d75da71a1
Author: Ilya Borisov <kl...@...>
Date:   2018-11-30T09:01:23Z

    IGNITE-10489 Do no trigger both types of validation notifications simultaneously.

----


---