Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sonata 4.0.0-alpha-1 / How to add custom form theme? #7104

Closed
virtualize opened this issue Apr 22, 2021 · 9 comments
Closed

Sonata 4.0.0-alpha-1 / How to add custom form theme? #7104

virtualize opened this issue Apr 22, 2021 · 9 comments
Labels
Milestone

Comments

@virtualize
Copy link
Contributor

Environment

Sonata packages

show

$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle              4.0.0-alpha-1 3.97.0 The missing Symfony Admin Generator
sonata-project/block-bundle              4.5.3         4.5.3  Symfony SonataBlockBundle
sonata-project/cache                     2.1.1         2.1.1  Cache library
sonata-project/doctrine-extensions       1.12.0        1.12.0 Doctrine2 behavioral extensions
sonata-project/doctrine-orm-admin-bundle 4.0.0-alpha-1 3.33.0 Integrate Doctrine ORM into the SonataAdminBundle
sonata-project/exporter                  2.6.2         2.6.2  Lightweight Exporter library
sonata-project/form-extensions           1.9.0         1.9.0  Symfony form extensions
sonata-project/twig-extensions           1.5.1         1.5.1  Sonata twig extensions

Symfony packages

show

$ composer show --latest 'symfony/*'
symfony/apache-pack                v1.0.1  v1.0.1  A pack for Apache support in Symfony
symfony/asset                      v4.4.20 v5.2.4  Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files
symfony/browser-kit                v4.4.20 v5.2.4  Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically
symfony/cache                      v4.4.21 v5.2.6  Provides an extended PSR-6, PSR-16 (and tags) implementation
symfony/cache-contracts            v2.4.0  v2.4.0  Generic abstractions related to caching
symfony/config                     v4.4.20 v5.2.4  Helps you find, load, combine, autofill and validate configuration values of any kind
symfony/console                    v4.4.21 v5.2.6  Eases the creation of beautiful and testable command line interfaces
symfony/css-selector               v4.4.20 v5.2.4  Converts CSS selectors to XPath expressions
symfony/debug                      v4.4.20 v4.4.20 Provides tools to ease debugging PHP code
symfony/debug-bundle               v4.4.20 v5.2.4  Provides a tight integration of the Symfony Debug component into the Symfony full-stack framework
symfony/debug-pack                 v1.0.9  v1.0.9  A debug pack for Symfony projects
symfony/dependency-injection       v4.4.21 v5.2.6  Allows you to standardize and centralize the way objects are constructed in your application
symfony/deprecation-contracts      v2.4.0  v2.4.0  A generic function and convention to trigger deprecation notices
symfony/doctrine-bridge            v4.4.21 v5.2.6  Provides integration for Doctrine with various Symfony components
symfony/dom-crawler                v4.4.20 v5.2.4  Eases DOM navigation for HTML and XML documents
symfony/dotenv                     v4.4.20 v5.2.4  Registers environment variables from a .env file
symfony/error-handler              v4.4.21 v5.2.6  Provides tools to manage errors and ease debugging PHP code
symfony/event-dispatcher           v4.4.20 v5.2.4  Provides tools that allow your application components to communicate with each other by dispatching events and listening to them
symfony/event-dispatcher-contracts v1.1.9  v2.4.0  Generic abstractions related to dispatching event
symfony/expression-language        v4.4.20 v5.2.4  Provides an engine that can compile and evaluate expressions
symfony/filesystem                 v4.4.21 v5.2.6  Provides basic utilities for the filesystem
symfony/finder                     v4.4.20 v5.2.4  Finds files and directories via an intuitive fluent interface
symfony/flex                       v1.12.2 v1.12.2 Composer plugin for Symfony
symfony/form                       v4.4.21 v5.2.6  Allows to easily create, process and reuse HTML forms
symfony/framework-bundle           v4.4.21 v5.2.6  Provides a tight integration between Symfony components and the Symfony full-stack framework
symfony/google-mailer              v4.4.20 v5.2.4  Symfony Google Mailer Bridge
symfony/http-client                v4.4.21 v5.2.6  Provides powerful methods to fetch HTTP resources synchronously or asynchronously
symfony/http-client-contracts      v2.4.0  v2.4.0  Generic abstractions related to HTTP clients
symfony/http-foundation            v4.4.20 v5.2.4  Defines an object-oriented layer for the HTTP specification
symfony/http-kernel                v4.4.21 v5.2.6  Provides a structured process for converting a Request into a Response
symfony/inflector                  v4.4.21 v5.2.6  Converts words between their singular and plural forms (English only)
symfony/intl                       v4.4.20 v5.2.4  Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library
symfony/mailer                     v4.4.21 v5.2.6  Helps sending emails
symfony/maker-bundle               v1.30.2 v1.30.2 Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate ...
symfony/messenger                  v4.4.21 v5.2.5  Helps applications send and receive messages to/from other applications or via message queues
symfony/mime                       v4.4.21 v5.2.6  Allows manipulating MIME messages
symfony/monolog-bridge             v4.4.21 v5.2.5  Provides integration for Monolog with various Symfony components
symfony/monolog-bundle             v3.7.0  v3.7.0  Symfony MonologBundle
symfony/options-resolver           v4.4.20 v5.2.4  Provides an improved replacement for the array_replace PHP function
symfony/phpunit-bridge             v5.2.6  v5.2.6  Provides utilities for PHPUnit, especially user deprecation notices management
symfony/polyfill-intl-grapheme     v1.22.1 v1.22.1 Symfony polyfill for intl's grapheme_* functions
symfony/polyfill-intl-icu          v1.22.1 v1.22.1 Symfony polyfill for intl's ICU-related data and classes
symfony/polyfill-intl-idn          v1.22.1 v1.22.1 Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions
symfony/polyfill-intl-normalizer   v1.22.1 v1.22.1 Symfony polyfill for intl's Normalizer class and related functions
symfony/polyfill-php70             v1.20.0 v1.20.0 Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions
symfony/polyfill-php73             v1.22.1 v1.22.1 Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions
symfony/polyfill-php80             v1.22.1 v1.22.1 Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions
symfony/process                    v4.4.20 v5.2.4  Executes commands in sub-processes
symfony/profiler-pack              v1.0.5  v1.0.5  A pack for the Symfony web profiler
symfony/property-access            v4.4.20 v5.2.4  Provides functions to read and write from/to an object or array using a simple string notation
symfony/property-info              v4.4.20 v5.2.4  Extracts information about PHP class' properties using metadata of popular sources
symfony/routing                    v4.4.20 v5.2.6  Maps an HTTP request to a set of configuration variables
symfony/security-acl               v3.1.1  v3.1.1  Symfony Security Component - ACL (Access Control List)
symfony/security-bundle            v4.4.21 v5.2.6  Provides a tight integration of the Security component into the Symfony full-stack framework
symfony/security-core              v4.4.21 v5.2.6  Symfony Security Component - Core Library
symfony/security-csrf              v4.4.20 v5.2.4  Symfony Security Component - CSRF Library
symfony/security-guard             v4.4.20 v5.2.4  Symfony Security Component - Guard
symfony/security-http              v4.4.21 v5.2.6  Symfony Security Component - HTTP Integration
symfony/serializer                 v4.4.20 v5.2.4  Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and J...
symfony/service-contracts          v2.4.0  v2.4.0  Generic abstractions related to writing services
symfony/stopwatch                  v4.4.20 v5.2.4  Provides a way to profile code
symfony/string                     v5.2.6  v5.2.6  Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way
symfony/swiftmailer-bundle         v3.5.2  v3.5.2  Symfony SwiftmailerBundle
symfony/templating                 v4.4.20 v5.2.4  Provides all the tools needed to build any kind of template system
symfony/translation                v4.4.21 v5.2.6  Provides tools to internationalize your application
symfony/translation-contracts      v2.4.0  v2.4.0  Generic abstractions related to translation
symfony/twig-bridge                v4.4.21 v5.2.6  Provides integration for Twig with various Symfony components
symfony/twig-bundle                v4.4.20 v5.2.4  Provides a tight integration of Twig into the Symfony full-stack framework
symfony/validator                  v4.4.21 v5.2.6  Provides tools to validate values
symfony/var-dumper                 v4.4.21 v5.2.6  Provides mechanisms for walking through any arbitrary PHP variable
symfony/var-exporter               v4.4.20 v5.2.4  Allows exporting any serializable PHP data structure to plain PHP code
symfony/web-profiler-bundle        v4.4.21 v5.2.6  Provides a development tool that gives detailed information about the execution of any request
symfony/yaml                       v4.4.21 v5.2.5  Loads and dumps YAML files

PHP version

$ php -v
PHP 7.4.13 (cli) (built: Dec  6 2020 20:43:27) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
    with Zend OPcache v7.4.4, Copyright (c), by Zend Technologies
    with blackfire v1.34.0~mac-x64-non_zts74, https://blackfire.io, by Blackfire

Subject

In Sonata v3 we did this

namespace App\Admin;

use Sonata\AdminBundle\Admin\AbstractAdmin;
use Sonata\Exporter\Source\DoctrineORMQuerySourceIterator;

class ProductAdmin extends AbstractAdmin
{
    public function getFormTheme()
    {
        return array_merge(parent::getFormTheme(), ['admin/form/admin_theme.html.twig']);
    }

But in Sonata 4 getFormTheme() is declared final in AbstractAdmin which we're extending from.

What is the (new) suggested way to add a custom form theme? Is there one?

@VincentLanglet
Copy link
Member

Hi @virtualize.

If you want to help you can implement a form_themes option like proposed in this issue: #6866 ; it would be a great help.

Until then, you can call setFormTheme() in the configure method.

@virtualize
Copy link
Contributor Author

Thanks @VincentLanglet the configure method is what I was looking for. I'm willing to create a PR for the docs if you point me to where this belongs (e.g. as a recipe or in reference).

Regarding #6866: Although I've seen how its done in the SonataDoctrineORMAdminBundle/AddTemplatesCompilerPass I don't really understand whats happening there or if it is the "right" we to do.

@virtualize
Copy link
Contributor Author

Sorry your suggestion to use an admins configure method does not work. The form theme seems to be overridden later with the default configuration from:

sonata_doctrine_orm_admin:
    templates:
        form:
            # Default:
            - @SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig

If I add my form theme there its works

@VincentLanglet
Copy link
Member

Nice catch.

  1. This part should be removed
    https://github.com/sonata-project/SonataDoctrineORMAdminBundle/blob/83ca012bdfa8585ea35c30ef8ffece0eefdd7a81/src/DependencyInjection/Compiler/AddTemplatesCompilerPass.php#L43-L45

  2. This part should not override the form themes but add one instead
    https://github.com/sonata-project/SonataDoctrineORMAdminBundle/blob/83ca012bdfa8585ea35c30ef8ffece0eefdd7a81/src/DependencyInjection/Compiler/AddTemplatesCompilerPass.php#L39-L41

  3. The option

sonata_doctrine_orm_admin:
    templates:
        form:

should be deprecated, in favor of

sonata_admin
    default_admin_services:
        templates:
            form:

@VincentLanglet VincentLanglet added this to the 4.0 milestone Apr 24, 2021
@dmaicher
Copy link
Contributor

dmaicher commented Apr 27, 2021

So @VincentLanglet we need an addFormTheme() method then?

Or maybe another way could be to change priorities of the compiler passes to ensure that the configure() call on the admins comes after those setFormTheme() calls?

@VincentLanglet
Copy link
Member

Or maybe another way could be to change priorities of the compiler passes to ensure that the configure() call on the admins comes after those setFormTheme() calls?

This is already the case IMHO, the compiler pass run before the configure method.

So @VincentLanglet we need an addFormTheme() method then?

It could be needed for https://github.com/sonata-project/SonataDoctrineORMAdminBundle/blob/83ca012bdfa8585ea35c30ef8ffece0eefdd7a81/src/DependencyInjection/Compiler/AddTemplatesCompilerPass.php#L39-L41

But there is a mergeMethodCall implemented, can't we just do ?

if (!$definition->hasMethodCall('setFormTheme')) {
    $this->mergeMethodCall($definition, 'setFormTheme', [$templates['form']]);
}

@dmaicher
Copy link
Contributor

dmaicher commented Apr 27, 2021

Or maybe another way could be to change priorities of the compiler passes to ensure that the configure() call on the admins comes after those setFormTheme() calls?

This is already the case IMHO, the compiler pass run before the configure method.

@VincentLanglet no this is not the case. At least not on my project using 3.x.

Here an example for one admin of all method calls added with Symfony DI:

^ array:25 [
  0 => "setManagerType"
  1 => "setModelManager"
  2 => "setDataSource"
  3 => "setFieldDescriptionFactory"
  4 => "setFormContractor"
  5 => "setShowBuilder"
  6 => "setListBuilder"
  7 => "setDatagridBuilder"
  8 => "setTranslator"
  9 => "setConfigurationPool"
  10 => "setRouteGenerator"
  11 => "setValidator"
  12 => "setSecurityHandler"
  13 => "setMenuFactory"
  14 => "setRouteBuilder"
  15 => "setLabelTranslatorStrategy"
  16 => "setPagerType"
  17 => "setLabel"
  18 => "showMosaicButton"
  19 => "setTemplateRegistry"
  20 => "setSecurityInformation"
  21 => "initialize"
  22 => "addExtension"
  23 => "setFormTheme"
  24 => "setFilterTheme"
]

So the initialize() call comes first (which then calls configure() internally) and then the form themes are overwritten by setFormTheme.

@VincentLanglet
Copy link
Member

Indeed, but it's because setFormTheme and setFilterTheme are called by the persistence bundle and not the admin bundle.
https://github.com/sonata-project/SonataAdminBundle/blob/3.x/src/DependencyInjection/Compiler/AddDependencyCallsCompilerPass.php#L296-L391

This is wrong a called should be done in the admin and then, the call should be overridden in the persistence bundle if needed.

But adding a priority to initialize to be the last is not a bad thing too. (Both fixes should be done)

Do you want to make a PR for the two-in-one SonataAdmin bugfix ?
I'll do the PR on SonataDoctrineORMAdmin then.

@dmaicher
Copy link
Contributor

dmaicher commented May 2, 2021

@virtualize this has been fixed & released on 3.x (not yet on 4.x).

you can now set the templates properly in the configure method of your admin like

    public function configure(): void
    {
        $this->setFormTheme(...);
    }

Thanks for reporting it 👍

@dmaicher dmaicher closed this as completed May 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants