Skip to content

Commit 615b033

Browse files
[Jobs] fast fix to ats_enabled-flag
(#5896) the ats_enabled flag should get deprecated, and it had been already deleted in same places, but this was premature, and since we have not the time to change all occurences, we had to go back a bit
1 parent 1a63a74 commit 615b033

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

module/Jobs/src/Jobs/Form/ImportFieldset.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ public function getInputFilterSpecification()
7575
'allow_empty' => True
7676
),
7777

78-
// 'atsEnabled' => array(
79-
// 'filters' => array(
80-
// ),
81-
// 'allow_empty' => True
82-
// ),
78+
'atsEnabled' => array(
79+
'filters' => array(
80+
),
81+
'allow_empty' => True
82+
),
8383
// 'uriApply' => array(
8484
// 'filters' => array(
8585
// ),

0 commit comments

Comments
 (0)