Hi Osdoba,
We will look into it.
On Thu, Apr 21, 2022 at 10:11 PM Osdoba, Sascha wrote:
> Would someone please answer me? Even if its not possible would I like to
> have an answer.
>
>
>
>
>
>
>
> Regards,
>
>
>
> Sascha
>
>
>
> *Von:* Osdoba, Sascha
> *Gesendet:* Dienstag, 12. April 2022 13:2
Hi,
The pgAdmin4 is purely nwjs based and this is expected.
On Tue, Apr 12, 2022 at 4:22 PM Osdoba, Sascha wrote:
> Hi,
>
>
>
> would you please change description field of pgadmin4.exe to Pgadmin4 or
> something.
>
>
>
> Regards,
>
>
>
> Sascha
>
>
>
>
--
Fahar Abbas
pgAdmin4 team
Enterprise
Would someone please answer me? Even if its not possible would I like to have
an answer.
Regards,
Sascha
Von: Osdoba, Sascha
Gesendet: Dienstag, 12. April 2022 13:22
An: pgAdmin Support
Betreff: Please change description field for pgadmin4.exe
Hi,
would you please change description fi
Thanks a lot.
I was facing some minor issues with your code. Below lines of code works.
email = None
if 'email' in profile:
email = profile['email']
elif 'mail' in profile:
email = profile['mail']
if email == '':
current_ap
Hi Asmita,
Kindly use the 2nd patch(RM_7325_v2.patch) shared in a later email.
Thanks,
Yogesh Mahajan
EnterpriseDB
On Thu, Apr 21, 2022 at 11:59 AM Asmita Thapliyal <
asmita.thapli...@gmail.com> wrote:
> Thanks a lot.
>
> I was facing some minor issues with your code. Below lines of code works