Skip to content

Commit

Permalink
Fix Enable checkbox behavior on Scrip Creation
Browse files Browse the repository at this point in the history
"Enable" checkbox had no effect on Scrip Creation page and Scrips were
being created as enabled regardless of the checkbox state.
  • Loading branch information
richieri-bps committed Jul 17, 2023
1 parent cfc3b6c commit cec8be7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions share/html/Admin/Scrips/Create.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
my @results;

$ARGS{'Enabled'} = 1 unless $ARGS{'SetEnabled'};
$ARGS{"Disabled"} = not $ARGS{"Enabled"};


my $queue_obj;
if ( $Queue ) {
Expand Down

0 comments on commit cec8be7

Please sign in to comment.