Skip to content

Commit

Permalink
Merge ea27d02 into d7a1982
Browse files Browse the repository at this point in the history
  • Loading branch information
rowasc committed Jun 9, 2019
2 parents d7a1982 + ea27d02 commit 9b5c9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/Repository/Form/AttributeRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ protected function selectQuery(array $where = [], $form_id = null, $form_stage_i
$query = parent::selectQuery($where);

if (!$form_id && $form_stage_id) {
$form_id = $this->getFormId();
$form_id = $this->getFormId($form_stage_id);
}

// Restrict returned attributes based on User rights
Expand Down

0 comments on commit 9b5c9e7

Please sign in to comment.