Re: PATCH: TO fix issue in Role node (pgAdmin4) - Mailing list pgadmin-hackers

From Dave Page
Subject Re: PATCH: TO fix issue in Role node (pgAdmin4)
Date
Msg-id CA+OCxoz51-ePrDiDhg-rkyZDa6BzEq-fiO8GB_m-A-CSr4EZ7w@mail.gmail.com
Whole thread Raw
In response to Re: PATCH: TO fix issue in Role node (pgAdmin4)  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
List pgadmin-hackers
Thanks - applied.

On Thu, Jun 9, 2016 at 8:36 AM, Murtuza Zabuawala
<murtuza.zabuawala@enterprisedb.com> wrote:
> Hi,
>
> Apologies, It was partial patch, missed JS side changes in last patch.
>
> Please review updated patch.
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
> On Wed, Jun 8, 2016 at 5:35 PM, Dave Page <dpage@pgadmin.org> wrote:
>>
>> On Fri, Jun 3, 2016 at 3:19 PM, Murtuza Zabuawala
>> <murtuza.zabuawala@enterprisedb.com> wrote:
>> > Hi,
>> >
>> > PFA patch to fix an issue while creating role if user has set expire
>> > date.
>> > Current implements works only if datestyle is set to ISO,MDY in database
>> > for
>> > others it fails.
>> > (RM#1134)
>>
>> With this patch applied, the SQL shown on the SQL tab is blank when
>> creating a role. If I revert it, I get the SQL I expect.
>>
>> Also - please see attached (which is unrelated to the patch, bar
>> affecting the same field). The calendar at the top is always
>> displayed, but I cannot choose a date from it. The one below works,
>> but the selected date is immediately overwritten (presumably by the
>> other calendar)!
>>
>> > Additionally  I've fixed unwanted space indentation issue in Database
>> > node.
>>
>> Thanks, applied.
>>
>>
>> --
>> Dave Page
>> Blog: http://pgsnake.blogspot.com
>> Twitter: @pgsnake
>>
>> EnterpriseDB UK: http://www.enterprisedb.com
>> The Enterprise PostgreSQL Company
>
>



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix role valid until date handling. Fixes #1107
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Validate email addresses when creating the config DB.