[
https://issues.apache.org/jira/browse/IGNITE-10489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16704439#comment-16704439
]
ASF GitHub Bot commented on IGNITE-10489:
-----------------------------------------
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 <klaster1@...>
Date: 2018-11-30T09:01:23Z
IGNITE-10489 Do no trigger both types of validation notifications
simultaneously.
----
> Web console: validation messages are shown twice in configuration
> -----------------------------------------------------------------
>
> Key: IGNITE-10489
> URL: https://issues.apache.org/jira/browse/IGNITE-10489
> Project: Ignite
> Issue Type: Bug
> Components: wizards
> Reporter: Ilya Borisov
> Assignee: Ilya Borisov
> Priority: Minor
> Attachments: image-2018-11-30-14-59-19-188.png
>
>
> What happens:
> When validation is triggered for any form in configuration, _two_ validation
> messages are shown simultaneously: one under the input and another in tooltip.
> !image-2018-11-30-14-59-19-188.png!
> What should happen:
> Tooltip-style validation messages should not be visible on configuration
> screens.
> The issues is caused by IGNITE-9811.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)