public inbox for [email protected]
help / color / mirror / Atom feedFrom: Rahul Shirsat <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: [patch][pgAdmin] Fix for pgadmin4-linux-qa #1651 failure
Date: Mon, 28 Jun 2021 21:26:18 +0530
Message-ID: <CAKtn9dP2TmBCqHxV0szjdmCEVLbJwBNXA6rsumoOKeQJG1qyUw@mail.gmail.com> (raw)
Hi Hackers,
Please find the attached patch for fixation of jenkins failure.
--
*Rahul Shirsat*
Senior Software Engineer | EnterpriseDB Corporation.
Attachments:
[application/octet-stream] jenkins_failure_fix.patch (926B, 3-jenkins_failure_fix.patch)
download | inline diff:
diff --git a/web/pgadmin/browser/server_groups/servers/roles/static/js/role.js b/web/pgadmin/browser/server_groups/servers/roles/static/js/role.js
index 557e44b7a..e6bca19f7 100644
--- a/web/pgadmin/browser/server_groups/servers/roles/static/js/role.js
+++ b/web/pgadmin/browser/server_groups/servers/roles/static/js/role.js
@@ -763,8 +763,8 @@ define('pgadmin.node.role', [
confirmBoxTitle = utils.titleize(roleOp);
alertify.confirm(
- gettext('%s Objects', confirmBoxTitle),
- gettext('Are you sure you wish to %s all the objects owned by the selected role?', roleOp),
+ gettext(confirmBoxTitle+' Objects'),
+ gettext('Are you sure you wish to '+roleOp+' all the objects owned by the selected role?'),
function() {
axios.post(
finalUrl,
view thread (22+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: [patch][pgAdmin] Fix for pgadmin4-linux-qa #1651 failure
In-Reply-To: <CAKtn9dP2TmBCqHxV0szjdmCEVLbJwBNXA6rsumoOKeQJG1qyUw@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox