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 1rHeP3-003WfQ-Id for pgadmin-hackers@arkaria.postgresql.org; Mon, 25 Dec 2023 06:25:29 +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 1rHeP1-0001Gt-U6 for pgadmin-hackers@arkaria.postgresql.org; Mon, 25 Dec 2023 06:25:27 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rHeP1-0001Gl-Ko for pgadmin-hackers@lists.postgresql.org; Mon, 25 Dec 2023 06:25:27 +0000 Received: from out-23.smtp.github.com ([192.30.252.206]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rHeOy-00Dm8c-RP for pgadmin-hackers@lists.postgresql.org; Mon, 25 Dec 2023 06:25:27 +0000 Received: from github.com (hubbernetes-node-46a8e66.ac4-iad.github.net [10.52.211.14]) by smtp.github.com (Postfix) with ESMTPA id DDA965E0459 for ; Sun, 24 Dec 2023 22:25:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1703485522; bh=apte+OKDKBrWicURCDIgQX4kgePLli5VTJCrM8fBrZA=; h=Date:From:To:Subject:From; b=Izw2ST3X4b1iRvOn7NvIBdFvweYiyEKYJX9Oztrxf5VMvY41DFl5gxY3niew/leBO cKoUnGq2Xolw8uc3fE0d/K6LWCYy+QUR674nG973V9SmLe38YOWtEbV/2bBsrFL8zQ pFraDIi/Fx3Vl9eu4+JO90ycA/P20cLb6kqVyeUc= Date: Sun, 24 Dec 2023 22:25:22 -0800 From: Pravesh Sharma To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] cede5c: Fixed an issue where object explorer last tree sta... 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: cede5cf89987209712db11c565435021d914e210 https://github.com/pgadmin-org/pgadmin4/commit/cede5cf89987209712db11c565435021d914e210 Author: Pravesh Sharma Date: 2023-12-25 (Mon, 25 Dec 2023) Changed paths: M web/pgadmin/static/js/tree/pgadmin_tree_save_state.js Log Message: ----------- Fixed an issue where object explorer last tree state was not saving. #7066