Added support to enable/disable rules. Fixes #6794

This commit is contained in:
Pradip Parkale
2021-10-14 11:44:03 +05:30
committed by Akshay Joshi
parent 2aac87569b
commit 173cb60691
12 changed files with 191 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@@ -13,6 +13,7 @@ New features
| `Issue #6081 <https://redmine.postgresql.org/issues/6081>`_ - Added support for advanced table fields like the foreign key, primary key in the ERD tool.
| `Issue #6529 <https://redmine.postgresql.org/issues/6529>`_ - Added index creation when generating SQL in the ERD tool.
| `Issue #6657 <https://redmine.postgresql.org/issues/6657>`_ - Added support for authentication via the webserver (REMOTE_USER).
| `Issue #6794 <https://redmine.postgresql.org/issues/6794>`_ - Added support to enable/disable rules.
Housekeeping
************

View File

@@ -37,6 +37,13 @@ Use the fields in the *Definition* tab to write parameters:
executed instead of the original command; if Do Instead specifies *No*, the
rule will be invoked in addition to the original command.
.. image:: images/rule_definition_enabled.png
:alt: Trigger enabled in dialog tab
:align: center
* *Rule enabled* field is available in rule dialog once the rule is created.
You can select one of the four options available.
Click the *Condition* tab to continue.
.. image:: images/rule_condition.png