Skip to content

Commit

Permalink
Merge pull request #2 from mapbender/hotfix/not_find_template
Browse files Browse the repository at this point in the history
fix getFormTemplate function
  • Loading branch information
werrolf authored Aug 1, 2019
2 parents 7c35987 + 1ed6c80 commit 7831e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Element/QueryBuilderElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public static function getType()
*/
public static function getFormTemplate()
{
return 'QueryBuilderBundle:ElementAdmin:queryBuilder.html.twig';
return 'MapbenderQueryBuilderBundle:ElementAdmin:queryBuilder.html.twig';
}

public function getFrontendTemplatePath($suffix = '.html.twig')
Expand Down

0 comments on commit 7831e04

Please sign in to comment.