Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rRp3i-009Ydz-Dq for pgadmin-hackers@arkaria.postgresql.org; Mon, 22 Jan 2024 07:49:30 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rRp3h-002Nmx-3W for pgadmin-hackers@arkaria.postgresql.org; Mon, 22 Jan 2024 07:49:29 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rRp3g-002Nmp-S9 for pgadmin-hackers@lists.postgresql.org; Mon, 22 Jan 2024 07:49:28 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rRp3e-002kp2-9C for pgadmin-hackers@lists.postgresql.org; Mon, 22 Jan 2024 07:49:27 +0000 Received: from github.com (hubbernetes-node-ea07c45.va3-iad.github.net [10.48.130.36]) by smtp.github.com (Postfix) with ESMTPA id D51058C1082 for ; Sun, 21 Jan 2024 23:49:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1705909764; bh=qfSiLrP+P/RMG1ZAFmMGaFK1d0sahh+qO1Oloza/1eg=; h=Date:From:To:Subject:From; b=fU+DJsU9tTnNKTXrau/WMxJti2pydpT5UqDovPHhHfo1x0Dg3r7e0eyzfNLP0LwpV J4154uw6WUkBlJa6BLf9z2j1jLCIG/HXxDxhPnQhD2Ig8Q2kauGScEcNfBTXjbuZOf OGiEPVemD1B6h1WhgMjJrHgi9A649XAm5R5NIMZM= Date: Sun, 21 Jan 2024 23:49:24 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] e80e82: Allow drag-n-drop columns collection tree node as ... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: e80e82cd7fef915a0d5530e9f7f8832dfe368212 https://github.com/pgadmin-org/pgadmin4/commit/e80e82cd7fef915a0d5530e9f7f8832dfe368212 Author: Aditya Toshniwal Date: 2024-01-22 (Mon, 22 Jan 2024) Changed paths: M docs/en_US/release_notes_8_3.rst M web/pgadmin/static/js/tree/ObjectExplorer.jsx M web/pgadmin/static/js/tree/tree.js M web/pgadmin/static/scss/_pgadmin.style.scss Log Message: ----------- Allow drag-n-drop columns collection tree node as comma separated columns. #4419