[pgAdmin4][Patch]: Fix the Domain Create dialog issue

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: Fix the Domain Create dialog issue
Date: 2017-07-31 07:27:55
Message-ID: CAKKotZQzCKWGSQW93XyGCQ+bCZ1Ogn0JNKyxL3xwKQiDxtw5-w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

PFA minor patch to fix two issues,

1) Domain's Create/Properties dialog do not open due to JS error.
- Global variable issue.

2) Security label control's label font size issue.
- Backgrid adds backbone model id(which is 'label' in our case) in as a
class in <th> tag causing font size class collision with Bootstrap's label
class.

RM#2616

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
RM_2616.diff text/plain 1.8 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2017-07-31 09:24:42 Re: Discussion on improving alertify notifications logic
Previous Message Dave Cramer 2017-07-29 13:56:56 Re: Error using pgadmin4 HEAD