mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Added missing GLOBALLY_DELIVERABLE config parameter in the config.py from the last commit.
2) Fixed API test cases for DBMS_JOB_SCHEDULER
This commit is contained in:
parent
ae76ea3585
commit
bf7f8cdd73
@ -402,7 +402,8 @@ CHECK_EMAIL_DELIVERABILITY = False
|
||||
SECURITY_EMAIL_VALIDATOR_ARGS = \
|
||||
{"check_deliverability": CHECK_EMAIL_DELIVERABILITY}
|
||||
ALLOW_SPECIAL_EMAIL_DOMAINS = []
|
||||
|
||||
# Disables global deliverable check while email validation
|
||||
GLOBALLY_DELIVERABLE = True
|
||||
##########################################################################
|
||||
# Upgrade checks
|
||||
##########################################################################
|
||||
|
@ -53,7 +53,7 @@
|
||||
"jsscstart": "2024-02-27 00:00:00 +05:30",
|
||||
"jsscend": "2054-02-28 00:00:00 +05:30",
|
||||
"jsscfreq": "YEARLY",
|
||||
"jsscdate": "20250113",
|
||||
"jsscdate": "20540113",
|
||||
"jsscweekdays": [],
|
||||
"jsscmonthdays": [],
|
||||
"jsscmonths": [],
|
||||
|
Loading…
Reference in New Issue
Block a user