Skip to content

Commit

Permalink
[BUGFIX] Use correct icon for editing query in ActionTask
Browse files Browse the repository at this point in the history
Resolves: #86423
Releases: master, 8.7
Change-Id: I5c1e0f92fe5f9d28eaaf0250677cd3dedcbd6082
Reviewed-on: https://review.typo3.org/58445
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Jörg Bösche <typo3@joergboesche.de>
Tested-by: Jörg Bösche <typo3@joergboesche.de>
Reviewed-by: Frank Naegler <frank.naegler@typo3.org>
Tested-by: Frank Naegler <frank.naegler@typo3.org>
  • Loading branch information
tmotyl authored and NeoBlack committed Sep 28, 2018
1 parent 12d7a7a commit 038ea9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typo3/sysext/sys_action/Classes/ActionTask.php
Expand Up @@ -843,7 +843,7 @@ protected function viewSqlQuery($record)
. '&id=' . '&SET[function]=search' . '&SET[search]=query'
. '&storeControl[STORE]=-' . $record['uid'] . '&storeControl[LOAD]=1')
. '">'
. $this->iconFactory->getIcon('actions-document-info', Icon::SIZE_SMALL)->render() . ' '
. $this->iconFactory->getIcon('actions-open', Icon::SIZE_SMALL)->render() . ' '
. $this->getLanguageService()->getLL(($queryIsEmpty ? 'action_createQuery'
: 'action_editQuery')) . '</a>';
}
Expand Down

0 comments on commit 038ea9a

Please sign in to comment.