Skip to content

Commit

Permalink
Include noneditable fields in autoready condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Feb 6, 2024
1 parent 100acae commit 6e48ab6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/papertable.php
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,6 @@ private function need_autoready() {
foreach ($this->prow->form_fields() as $o) {
if ($o->required <= 0
|| !$o->test_can_exist()
|| $o->editable_condition() !== null
|| !($prc = $o->present_script_expression())) {
continue;
}
Expand Down

0 comments on commit 6e48ab6

Please sign in to comment.