Re: [pgAdmin4][Patch]: Fixed the issue related to Domain Constraint module

2017-07-04 Thread Dave Page
Thanks - patch applied. On Tue, Jul 4, 2017 at 6:27 AM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached updated patch which includes following fixes: > > 1. The plus button to add a constraint with the domain dialogue doesn't > work. > 2. The Domain Con

Re: [pgAdmin4][Patch]: Fixed the issue related to Domain Constraint module

2017-07-03 Thread Khushboo Vashi
Hi, Please find the attached updated patch which includes following fixes: 1. The plus button to add a constraint with the domain dialogue doesn't work. 2. The Domain Constraint node doesn't load. 3. On update, the domain constraint node name doesn't change. Thanks, Khushboo On Mon, Jul 3, 201

Re: [pgAdmin4][Patch]: Fixed the issue related to Domain Constraint module

2017-07-03 Thread Dave Page
Hi On Mon, Jul 3, 2017 at 6:10 AM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Mon, Jul 3, 2017 at 1:10 PM, Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> Hi, >> >> The Domain Constraint module doesn't load as it can not find the >> domain_constraints.js fil

Re: [pgAdmin4][Patch]: Fixed the issue related to Domain Constraint module

2017-07-03 Thread Khushboo Vashi
On Mon, Jul 3, 2017 at 1:10 PM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > The Domain Constraint module doesn't load as it can not find the > domain_constraints.js file. > To fix this issue, renamed the domain_constraint.js to > domain_constraints.js. > > RM #2529