Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/acdh-oeaw/arche-gui
Browse files Browse the repository at this point in the history
  • Loading branch information
nczirjak-acdh committed May 31, 2023
2 parents 1a74fbe + 436def8 commit 91d6fc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/Controller/SearchViewController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
*/
class SearchViewController extends \Drupal\acdh_repo_gui\Controller\ArcheBaseController
{


public function displayLeftSideSearchBlock()
{
$myForm = $this->formBuilder()->getForm('Drupal\acdh_repo_gui\Form\ComplexSearchForm');
Expand All @@ -37,8 +35,6 @@ public function displayLeftSideSearchBlock()

public function generateView(string $metavalue): array
{


return [
'#theme' => 'arche-smart-search-result-view',
'#attached' => [
Expand Down
2 changes: 1 addition & 1 deletion src/PathProcessor/AcdhRepoGuiPathProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function processInbound($path, Request $request)
$names = str_replace('/', ':', $names);
return "/api/smartsearch/$names";
}
*
*
*/

return $path;
Expand Down

0 comments on commit 91d6fc9

Please sign in to comment.