Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D38F3200D34 for ; Fri, 3 Nov 2017 07:43:09 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D23B3160BFC; Fri, 3 Nov 2017 06:43:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2BEED160BE9 for ; Fri, 3 Nov 2017 07:43:09 +0100 (CET) Received: (qmail 14284 invoked by uid 500); 3 Nov 2017 06:43:08 -0000 Mailing-List: contact issues-help@kylin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kylin.apache.org Delivered-To: mailing list issues@kylin.apache.org Received: (qmail 14275 invoked by uid 99); 3 Nov 2017 06:43:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2017 06:43:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 83EB5180850 for ; Fri, 3 Nov 2017 06:43:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id HudoTsyj2BZu for ; Fri, 3 Nov 2017 06:43:06 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id B35DC5FD41 for ; Fri, 3 Nov 2017 06:43:06 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id E6AF4E257B for ; Fri, 3 Nov 2017 06:43:05 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B810B241B0 for ; Fri, 3 Nov 2017 06:43:03 +0000 (UTC) Date: Fri, 3 Nov 2017 06:43:03 +0000 (UTC) From: "peng.jianhua (JIRA)" To: issues@kylin.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (KYLIN-2990) Add warning window of exist model names for other project selected MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 03 Nov 2017 06:43:10 -0000 [ https://issues.apache.org/jira/browse/KYLIN-2990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] peng.jianhua updated KYLIN-2990: -------------------------------- Attachment: (was: 0001-KYLIN-2990-Add-warning-window-of-exist-model-names-f.patch) > Add warning window of exist model names for other project selected > ------------------------------------------------------------------ > > Key: KYLIN-2990 > URL: https://issues.apache.org/jira/browse/KYLIN-2990 > Project: Kylin > Issue Type: Improvement > Affects Versions: v2.3.0 > Reporter: peng.jianhua > Assignee: peng.jianhua > Priority: Major > Attachments: 0001-KYLIN-2990-Add-warning-window-of-exist-model-names-f.patch, 01.PNG, 02.PNG, 03.PNG > > > I noticed that when we intend to build a new model and named it as 'kylin_sales_model' in project 'learn_kylin'. > we will get the prompt like 01.png. > Cause we have already own the same name model. > But if we build the same name model 'kylin_sales_model' in another project such as project_1, > we can't get the warning prompt until the last step. please refer to 02.png. > I found that we just check the model in the selected project not all project. > It's improper that we recognize the minor mistake until the final step,and we should change the name in the first step and click 'next' buttun four times. > We should offer the same prompt for other projects. > So I modify the code in 'modelSchema.js',we can get the prompt in the first step,please refer to 03.png. -- This message was sent by Atlassian JIRA (v6.4.14#64029)