mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Merge pull request #13757 from owncloud/issue/13686-scroll-to-file-when-using-searchotherplaces
Scroll to file in folder, when using "search in other places" link
This commit is contained in:
commit
65ec950b27
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ class File extends \OCP\Search\Result {
|
|||
$this->link = \OCP\Util::linkTo(
|
||||
'files',
|
||||
'index.php',
|
||||
array('dir' => $info['dirname'], 'file' => $info['basename'])
|
||||
array('dir' => $info['dirname'], 'scrollto' => $info['basename'])
|
||||
);
|
||||
$this->permissions = $data->getPermissions();
|
||||
$this->path = $path;
|
||||
|
|
|
|||
Loading…
Reference in a new issue