Skip to content

Commit

Permalink
Developer: persist data type (#2700)
Browse files Browse the repository at this point in the history
  • Loading branch information
dasgarner authored Aug 12, 2024
1 parent 7a76fa9 commit f94a5bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Controller/Developer.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ public function templateEdit(Request $request, Response $response, $id): Respons
);
}]);

$template->dataType = $dataType;
$template->isEnabled = $params->getCheckbox('enabled');

// TODO: validate?
Expand Down

0 comments on commit f94a5bc

Please sign in to comment.