public inbox for [email protected]  
help / color / mirror / Atom feed
[pgAdmin RM#1257] Show system XX properties for sequences node
3+ messages / 2 participants
[nested] [flat]

* [pgAdmin RM#1257] Show system XX properties for sequences node
@ 2020-04-13 12:01 Vishal Sawale <[email protected]>
  2020-04-14 07:55 ` Re: [pgAdmin RM#1257] Show system XX properties for sequences node Akshay Joshi <[email protected]>
  0 siblings, 1 reply; 3+ messages in thread

From: Vishal Sawale @ 2020-04-13 12:01 UTC (permalink / raw)
  To: pgadmin-hackers

Hi Hackers,

PFA the patch for showing the System sequence properties for sequences
node.

Please review.

Regards,
Vishal


Attachments:

  [application/octet-stream] diff_1257.patch (1.1K, 3-diff_1257.patch)
  download | inline diff:
diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.js b/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.js
index aa628c4..a55cac0 100644
--- a/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.js
+++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.js
@@ -88,6 +88,7 @@ define('pgadmin.node.sequence', [
           maximum: undefined,
           cache: undefined,
           cycled: undefined,
+          sysseq: undefined,
           relacl: [],
           securities: [],
         },
@@ -129,6 +130,10 @@ define('pgadmin.node.sequence', [
             return true;
           }, cache_node: 'database', cache_level: 'database',
         },{
+          id: 'sysseq', label: gettext('System sequence?'),
+          cell:'boolean', type: 'switch',
+          mode: ['properties'], visible: 'isVisible',
+        },{
           id: 'comment', label: gettext('Comment'), type: 'multiline',
           mode: ['properties', 'create', 'edit'],
         },{


^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: [pgAdmin RM#1257] Show system XX properties for sequences node
  2020-04-13 12:01 [pgAdmin RM#1257] Show system XX properties for sequences node Vishal Sawale <[email protected]>
@ 2020-04-14 07:55 ` Akshay Joshi <[email protected]>
  2020-04-14 07:58   ` Re: [pgAdmin RM#1257] Show system XX properties for sequences node Vishal Sawale <[email protected]>
  0 siblings, 1 reply; 3+ messages in thread

From: Akshay Joshi @ 2020-04-14 07:55 UTC (permalink / raw)
  To: Vishal Sawale <[email protected]>; +Cc: pgadmin-hackers

Hi Vishal

There are so many nodes where "System <node_name>" property is missing.
Please verify all the nodes and resend the patch.

On Mon, Apr 13, 2020 at 5:32 PM Vishal Sawale <
[email protected]> wrote:

> Hi Hackers,
>
> PFA the patch for showing the System sequence properties for sequences
> node.
>
> Please review.
>
> Regards,
> Vishal
>
>
>
>

-- 
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*


^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: [pgAdmin RM#1257] Show system XX properties for sequences node
  2020-04-13 12:01 [pgAdmin RM#1257] Show system XX properties for sequences node Vishal Sawale <[email protected]>
  2020-04-14 07:55 ` Re: [pgAdmin RM#1257] Show system XX properties for sequences node Akshay Joshi <[email protected]>
@ 2020-04-14 07:58   ` Vishal Sawale <[email protected]>
  0 siblings, 0 replies; 3+ messages in thread

From: Vishal Sawale @ 2020-04-14 07:58 UTC (permalink / raw)
  To: Akshay Joshi <[email protected]>; +Cc: pgadmin-hackers

On Tue, Apr 14, 2020 at 1:26 PM Akshay Joshi <[email protected]>
wrote:

> Hi Vishal
>
> There are so many nodes where "System <node_name>" property is missing.
> Please verify all the nodes and resend the patch.
>

Sure, shall check for other nodes and send the revised patch.


>
> On Mon, Apr 13, 2020 at 5:32 PM Vishal Sawale <
> [email protected]> wrote:
>
>> Hi Hackers,
>>
>> PFA the patch for showing the System sequence properties for sequences
>> node.
>>
>> Please review.
>>
>> Regards,
>> Vishal
>>
>>
>>
>>
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
>
> *Sr. Software Architect*
> *EnterpriseDB Software India Private Limited*
> *Mobile: +91 976-788-8246*
>


^ permalink  raw  reply  [nested|flat] 3+ messages in thread


end of thread, other threads:[~2020-04-14 07:58 UTC | newest]

Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2020-04-13 12:01 [pgAdmin RM#1257] Show system XX properties for sequences node Vishal Sawale <[email protected]>
2020-04-14 07:55 ` Akshay Joshi <[email protected]>
2020-04-14 07:58   ` Vishal Sawale <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox