Skip to content

Commit

Permalink
Obfuscate the "Validation" status in Section Compiler
Browse files Browse the repository at this point in the history
Fixes LibriVox#103 (until we have a better fix)
  • Loading branch information
redrun45 committed Dec 31, 2023
1 parent 61a2755 commit 25eed7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/private/Section_compiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public function index($project_id = 0)

$this->data['statuses'] = $this->config->item('project_statuses');
unset($this->data['statuses']['']); //remove Select One option
this->data['statuses']['validation'] = '---' //Obfuscate the "Validation" option, so we remember to set that from the Project Screen for now. See #103

$this->insertMethodCSS();
$this->insertMethodJS();
Expand Down

0 comments on commit 25eed7e

Please sign in to comment.