Skip to content

Commit

Permalink
Merge branch 'support/2.13.0' into support/2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Feb 2, 2024
2 parents 7016b15 + 08d3871 commit a0d5c81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion inc/field/hiddenfield.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function isPrerequisites(): bool {
public function showForm(array $options): void {
$template = '@formcreator/field/' . $this->question->fields['fieldtype'] . 'field.html.twig';

$this->question->fields['default_values'] = Html::entities_deep($this->question->fields['default_values']);
// $this->question->fields['default_values'] = Html::entities_deep($this->question->fields['default_values']);
$this->deserializeValue($this->question->fields['default_values']);
TemplateRenderer::getInstance()->display($template, [
'item' => $this->question,
Expand Down
6 changes: 3 additions & 3 deletions install/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -830,10 +830,10 @@ protected function createMiniDashboardBigNumbers() {
];

// With counters
$x = 2;
$w = 3; // Width
$x = 0;
$w = 4; // Width
$h = 1; // Height
$s = 1; // space between widgets
$s = 0; // space between widgets
$y = 0;
foreach ($cards as $key => $options) {
$item = new Dashboard_Item();
Expand Down

0 comments on commit a0d5c81

Please sign in to comment.