Fixed RM #1209 Trigger issues through right click

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Fixed RM #1209 Trigger issues through right click
Date: 2016-08-23 07:08:02
Message-ID: CANxoLDc9AS36WchnWjxsPNCSx1A49QfJrYoEjSqZMyUeQfCkow@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi All

While fixing RM #1209 I have found following of issues, that I have fixed
as part of RM #1209

- Trigger function is not displayed in the combo box for edit mode.
- Change the font of the "fieldset > legend" from 16px to 14px in
overrides.css, as it doesn't looks good.
- When user set constraint trigger to "Yes" then Fires should be set to
"AFTER", which is fixed.
- Code tab is always disabled and empty. User won't be able to
see/update the code for PPAS when Trigger function is "Inline EDB SPL".
This issue is mentioned in the RM #1209.

Attached is the patch file, please review it and let me know the review
comments (if any)

--
*Akshay Joshi*
*Principal Software Engineer *

*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

Attachment Content-Type Size
RM_1209.patch application/octet-stream 13.3 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2016-08-23 10:17:09 Re: PATCH: SlickGrid integration in query tool (pgAdmin4)
Previous Message Surinder Kumar 2016-08-23 06:43:29 [pgAdmin4][Patch]: SqlFieldControl enhancements