Issue #3504272 by mogtofu33, goz: IconFinder does not generate proper url with base_path()
3 unresolved threads
Closes #3504272
Merge request reports
Activity
added 1 commit
- 2c4222a0 - style: fix some missing comma and return type
added 1 commit
- 5688c3ec - fix: back to simple remove starting slash, update test
added 1 commit
- ce2718f6 - tests: add tearDown to avoid any side effect
297 297 $has_icon_pattern = \str_contains($path_info_filename, self::ICON_ID_PATTERN); 298 298 299 299 foreach ($finder as $file) { 300 /** @var SplFileInfo $file */ 297 297 $has_icon_pattern = \str_contains($path_info_filename, self::ICON_ID_PATTERN); 298 298 299 299 foreach ($finder as $file) { 300 /** @var SplFileInfo $file */ 300 301 $file_absolute_path = $file->getPathName(); 302 /** @var \Symfony\Component\Finder\SplFileInfo $file */ 852 851 } 853 852 854 853 } 854 855 // @todo Remove as part of https://www.example.com/node/2529170. changed this line in version 7 of the diff
Fixed, copy the wrong link from FieldPluginBaseTest.php
added 488 commits
-
c70757ef...4815dccf - 481 commits from branch
project:11.x
- 78ea6372 - Issue #3504272 by mogtofu33, goz: IconFinder does not generate proper url with base_path()
- 14287c8c - Issue #3504272 by mogtofu33, goz: IconFinder does not generate proper url with base_path()
- e09d093c - style: fix some missing comma and return type
- b735d9d9 - fix: back to simple remove starting slash, update test
- 8f9691e6 - style: fix styling
- 2e6a38ce - tests: add tearDown to avoid any side effect
- 5363d154 - doc: wrong issue url domain
Toggle commit list-
c70757ef...4815dccf - 481 commits from branch
Please register or sign in to reply