$ composer show --latest 'symfony/*'
symfony/asset v4.2.8 v4.2.8 Symfony Asset Component
symfony/browser-kit v4.2.8 v4.2.8 Symfony BrowserKit Component
symfony/cache v4.2.8 v4.2.8 Symfony Cache component with PSR-6, PSR-16, and tags
symfony/config v4.2.8 v4.2.8 Symfony Config Component
symfony/console v4.2.8 v4.2.8 Symfony Console Component
symfony/contracts v1.1.0 v1.1.0 A set of abstractions extracted out of the Symfony components
symfony/css-selector v4.2.8 v4.2.8 Symfony CssSelector Component
symfony/debug v4.2.8 v4.2.8 Symfony Debug Component
symfony/debug-bundle v4.2.8 v4.2.8 Symfony DebugBundle
symfony/debug-pack v1.0.7 v1.0.7 A debug pack for Symfony projects
symfony/dependency-injection v4.2.8 v4.2.8 Symfony DependencyInjection Component
symfony/doctrine-bridge v4.2.8 v4.2.8 Symfony Doctrine Bridge
symfony/dom-crawler v4.2.8 v4.2.8 Symfony DomCrawler Component
symfony/dotenv v4.2.8 v4.2.8 Registers environment variables from a .env file
symfony/event-dispatcher v4.2.8 v4.2.8 Symfony EventDispatcher Component
symfony/expression-language v4.2.8 v4.2.8 Symfony ExpressionLanguage Component
symfony/filesystem v4.2.8 v4.2.8 Symfony Filesystem Component
symfony/finder v4.2.8 v4.2.8 Symfony Finder Component
symfony/flex v1.2.5 v1.2.5 Composer plugin for Symfony
symfony/form v4.2.8 v4.2.8 Symfony Form Component
symfony/framework-bundle v4.2.8 v4.2.8 Symfony FrameworkBundle
symfony/http-foundation v4.2.8 v4.2.8 Symfony HttpFoundation Component
symfony/http-kernel v4.2.8 v4.2.8 Symfony HttpKernel Component
symfony/inflector v4.2.8 v4.2.8 Symfony Inflector Component
symfony/intl v4.2.8 v4.2.8 A PHP replacement layer for the C intl extension that includes additional data from the ICU library.
symfony/maker-bundle v1.11.6 v1.11.6 Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.
symfony/monolog-bridge v4.2.8 v4.2.8 Symfony Monolog Bridge
symfony/monolog-bundle v3.3.1 v3.3.1 Symfony MonologBundle
symfony/options-resolver v4.2.8 v4.2.8 Symfony OptionsResolver Component
symfony/orm-pack v1.0.6 v1.0.6 A pack for the Doctrine ORM
symfony/panther v0.3.0 v0.3.0 A browser testing and web scraping library for PHP and Symfony.
symfony/phpunit-bridge v4.2.8 v4.2.8 Symfony PHPUnit Bridge
symfony/polyfill-intl-icu v1.11.0 v1.11.0 Symfony polyfill for intl's ICU-related data and classes
symfony/polyfill-intl-idn v1.11.0 v1.11.0 Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions
symfony/polyfill-mbstring v1.11.0 v1.11.0 Symfony polyfill for the Mbstring extension
symfony/polyfill-php72 v1.11.0 v1.11.0 Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions
symfony/process v4.2.8 v4.2.8 Symfony Process Component
symfony/profiler-pack v1.0.4 v1.0.4 A pack for the Symfony web profiler
symfony/property-access v4.2.8 v4.2.8 Symfony PropertyAccess Component
symfony/property-info v4.2.8 v4.2.8 Symfony Property Info Component
symfony/routing v4.2.8 v4.2.8 Symfony Routing Component
symfony/security-acl v3.0.2 v3.0.2 Symfony Security Component - ACL (Access Control List)
symfony/security-bundle v4.2.8 v4.2.8 Symfony SecurityBundle
symfony/security-core v4.2.8 v4.2.8 Symfony Security Component - Core Library
symfony/security-csrf v4.2.8 v4.2.8 Symfony Security Component - CSRF Library
symfony/security-guard v4.2.8 v4.2.8 Symfony Security Component - Guard
symfony/security-http v4.2.8 v4.2.8 Symfony Security Component - HTTP Integration
symfony/serializer v4.2.8 v4.2.8 Symfony Serializer Component
symfony/serializer-pack v1.0.2 v1.0.2 A pack for the Symfony serializer
symfony/stopwatch v4.2.8 v4.2.8 Symfony Stopwatch Component
symfony/swiftmailer-bundle v3.2.6 v3.2.6 Symfony SwiftmailerBundle
symfony/templating v4.2.8 v4.2.8 Symfony Templating Component
symfony/test-pack v1.0.5 v1.0.5 A pack for functional and end-to-end testing within a Symfony app
symfony/translation v4.2.8 v4.2.8 Symfony Translation Component
symfony/twig-bridge v4.2.8 v4.2.8 Symfony Twig Bridge
symfony/twig-bundle v4.2.8 v4.2.8 Symfony TwigBundle
symfony/validator v4.2.8 v4.2.8 Symfony Validator Component
symfony/var-dumper v4.2.8 v4.2.8 Symfony mechanism for exploring and dumping PHP variables
symfony/var-exporter v4.2.8 v4.2.8 A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code
symfony/web-link v4.2.8 v4.2.8 Symfony WebLink Component
symfony/web-profiler-bundle v4.2.8 v4.2.8 Symfony WebProfilerBundle
symfony/web-server-bundle v4.2.8 v4.2.8 Symfony WebServerBundle
symfony/yaml v4.2.8 v4.2.8 Symfony Yaml Component
PHP version
$ php -v
PHP 7.2.13 (cli) (built: Dec 7 2018 10:41:23) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.2.13, Copyright (c) 1999-2018, by Zend Technologies
Subject
When I define tabs view in the *Admin.php class, click on the tabs doesn't show content.
Steps to reproduce
Install fresh Symfony version
Install last Sonata Admin version
Define simple entity and admin class for it
Create few tabs
Click on any tab
Expected results
Content changing according to selected tab
Actual results
Dom li tab element got active class, but content is hidden. The problem in vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_edit_form.html.twig (line 53). _tab_name variable doesn't have underscore before loop.index. Should be {% set _tab_name = tabprefix ~ '' ~ loop.index %}
Environment
macOS 10.14.1
Sonata packages
Symfony packages
PHP version
Subject
When I define tabs view in the *Admin.php class, click on the tabs doesn't show content.
Steps to reproduce
Expected results
Content changing according to selected tab
Actual results
Dom li tab element got active class, but content is hidden. The problem in vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_edit_form.html.twig (line 53). _tab_name variable doesn't have underscore before loop.index. Should be {% set _tab_name = tabprefix ~ '' ~ loop.index %}