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 1r8dre-00AxH8-KP for pgadmin-hackers@arkaria.postgresql.org; Thu, 30 Nov 2023 10:01:46 +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 1r8drd-00GPw4-BM for pgadmin-hackers@arkaria.postgresql.org; Thu, 30 Nov 2023 10:01:45 +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 1r8drd-00GPvu-2d for pgadmin-hackers@lists.postgresql.org; Thu, 30 Nov 2023 10:01:45 +0000 Received: from out-26.smtp.github.com ([192.30.252.209]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r8dra-009Kab-2S for pgadmin-hackers@lists.postgresql.org; Thu, 30 Nov 2023 10:01:44 +0000 Received: from github.com (hubbernetes-node-558e25e.ash1-iad.github.net [10.56.15.33]) by smtp.github.com (Postfix) with ESMTPA id A1346601050 for ; Thu, 30 Nov 2023 02:01:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701338499; bh=di/EHXsxOvQdXA+7+O+pUVjto5pHBMzLqWePXzSmVYE=; h=Date:From:To:Subject:From; b=huI7chsE0YUrJlCLvPv3cOe/AkQL8qht2hb/kQ8jWxDiQpCofb79OT/QmX3IVSzll k+SoA58t/8kz4NPCFwbxfnUtEmYjDNxlqT18f6MdCVuaIRYu+UlJR5rRUBkybmXWvt MdFT5hamc1q4tbFOAcljIKKG9dokKdTtZnFGhSLU= Date: Thu, 30 Nov 2023 02:01:39 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 16d1df: Fixed an issue where schema diff tool is not loadi... 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: 16d1df2a1b3ac0028acd697400dad98b5c2f05e9 https://github.com/pgadmin-org/pgadmin4/commit/16d1df2a1b3ac0028acd697400dad98b5c2f05e9 Author: Aditya Toshniwal Date: 2023-11-30 (Thu, 30 Nov 2023) Changed paths: M docs/en_US/release_notes_8_1.rst M web/pgadmin/static/js/helpers/withStandardTabInfo.jsx M web/pgadmin/tools/schema_diff/static/js/SchemaDiffModule.js M web/pgadmin/tools/schema_diff/static/js/components/InputComponent.jsx M web/pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx M web/pgadmin/tools/schema_diff/static/js/components/SchemaDiffComponent.jsx Log Message: ----------- Fixed an issue where schema diff tool is not loading preferences on start. #7017