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

[Form] Goto option doesn't work when option set inside form extension #695

Closed
Koc opened this issue Mar 7, 2016 · 1 comment
Closed

Comments

@Koc
Copy link
Contributor

Koc commented Mar 7, 2016

    public function configureOptions(OptionsResolver $resolver)
    {
        $resolver->setDefaults(
            array(
                'data_class' => User::class, // ctrl+click for data_class works ok
                'csrf_protection' => false, // csrf_protection key autocompletes ok, but ctrl+click doesn't work
            )
        );
    }
Haehnchen added a commit that referenced this issue Dec 7, 2017
Haehnchen added a commit that referenced this issue Dec 7, 2017
refactoring form component to support more usages like extension navigation and self inheritance #1098 #695
@Haehnchen
Copy link
Owner

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants