mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where clicking on Select All button, not selecting all the options in pgAgent job scheduler. Fixes #5496
This commit is contained in:
committed by
Akshay Joshi
parent
4aaacfd5b0
commit
7b1cac6914
@@ -393,6 +393,7 @@ define('pgadmin.node.pga_schedule', [
|
||||
allowClear: true,
|
||||
placeholder: gettext('Select the month days...'),
|
||||
width: 'style',
|
||||
showOnScroll: false,
|
||||
dropdownAdapter: $.fn.select2.amd.require(
|
||||
'select2/selectAllAdapter'
|
||||
),
|
||||
@@ -427,6 +428,7 @@ define('pgadmin.node.pga_schedule', [
|
||||
allowClear: true,
|
||||
placeholder: gettext('Select the hours...'),
|
||||
width: 'style',
|
||||
showOnScroll: false,
|
||||
dropdownAdapter: $.fn.select2.amd.require(
|
||||
'select2/selectAllAdapter'
|
||||
),
|
||||
@@ -442,6 +444,7 @@ define('pgadmin.node.pga_schedule', [
|
||||
allowClear: true,
|
||||
placeholder: gettext('Select the minutes...'),
|
||||
width: 'style',
|
||||
showOnScroll: false,
|
||||
dropdownAdapter: $.fn.select2.amd.require(
|
||||
'select2/selectAllAdapter'
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user