From commits-return-26228-archive-asf-public=cust-asf.ponee.io@cayenne.apache.org Thu Oct 24 15:21:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id F0E2518065D for ; Thu, 24 Oct 2019 17:21:01 +0200 (CEST) Received: (qmail 51112 invoked by uid 500); 24 Oct 2019 15:21:01 -0000 Mailing-List: contact commits-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list commits@cayenne.apache.org Received: (qmail 51103 invoked by uid 99); 24 Oct 2019 15:21:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Oct 2019 15:21:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 9BEA9E01AB for ; Thu, 24 Oct 2019 15:21:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 1B64D7801D3 for ; Thu, 24 Oct 2019 15:21:00 +0000 (UTC) Date: Thu, 24 Oct 2019 15:21:00 +0000 (UTC) From: "Nikita Timofeev (Jira)" To: commits@cayenne.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CAY-2636) Modeler: Ordering in db import config MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Nikita Timofeev created CAY-2636: ------------------------------------ Summary: Modeler: Ordering in db import config Key: CAY-2636 URL: https://issues.apache.org/jira/browse/CAY-2636 Project: Cayenne Issue Type: Improvement Components: dbimport, Modeler Affects Versions: 4.1.RC1 Reporter: Nikita Timofeev Fix For: 4.2.M1 This is a part of CAY-2634 * Ordering of includes / excludes - when I add an include to a catalog, it is added at the end of the list of includes / excludes. But when I come back to view again, it is reordered to precede all excludes (which is correct, but I guess it should be visually added where it belongs from the start). * There's no way to reorder entries within includes and excludes. Manual reordering should be useful especially with regular expressions, where rules may depend on previous rules. -- This message was sent by Atlassian Jira (v8.3.4#803005)