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 1rGI1N-00EXs0-QK for pgadmin-hackers@arkaria.postgresql.org; Thu, 21 Dec 2023 12:19:25 +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 1rGI1M-007wu6-34 for pgadmin-hackers@arkaria.postgresql.org; Thu, 21 Dec 2023 12:19:24 +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 1rGI1L-007wtx-RG for pgadmin-hackers@lists.postgresql.org; Thu, 21 Dec 2023 12:19:23 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rGI1J-00BUoO-1d for pgadmin-hackers@lists.postgresql.org; Thu, 21 Dec 2023 12:19:22 +0000 Received: from github.com (hubbernetes-node-3cf1f51.va3-iad.github.net [10.48.131.37]) by smtp.github.com (Postfix) with ESMTPA id 082F140387 for ; Thu, 21 Dec 2023 04:19:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1703161160; bh=1rg5D24V/O46fLNA43DqO8g01kv+fYpmiw95tE/nVF0=; h=Date:From:To:Subject:From; b=aOBEvU3M56n+0uyrlKj+6/RhfWasDEAvZDHnEXFhEiDPAtH/qGylvnOmKJiut0VoQ 0BWecSRE9AgdLD12+AUydw2beMbwOf+OI48AXddVaYGSnJ7TRWKGgWVSRpZftFgMQV KwYndQ7WOsEin4kAQkCueczu78s+YDKKU7NRKfj8= Date: Thu, 21 Dec 2023 04:19:20 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 09b83e: Fixed an issue where pgAgent job schedule dialog i... 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: 09b83e54a2f151f845e432f6c087585adea4263c https://github.com/pgadmin-org/pgadmin4/commit/09b83e54a2f151f845e432f6c087585adea4263c Author: Aditya Toshniwal Date: 2023-12-21 (Thu, 21 Dec 2023) Changed paths: M docs/en_US/release_notes_8_2.rst M web/pgadmin/browser/static/js/node.js Log Message: ----------- Fixed an issue where pgAgent job schedule dialog is not opening for edit. #7070