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

[GeneratorBundle] Added fos user config to generator #2427

Merged
merged 2 commits into from Apr 18, 2019

Conversation

Devolicious
Copy link
Contributor

@Devolicious Devolicious commented Apr 11, 2019

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Fixed tickets

I opted not to remove the FosUserConfig prepend because it fixes an error that is not in the default FosUser recipe. Specifically the group_class. If that is not present there is no groupmanager and that is a dependency we use in the CreateUserCommand and in the FixUserManagerPass compiler pass. So I added the config we now have in the StandardEdition to the generator with the 3 required properties also. That is something we can leave out if we want and only add the email section like we do in the StandardEdition. Up for debate :)

Copy link

@ProfessorKuma ProfessorKuma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Devolicious, your PR needs some changes

  • This PR seems to need a milestone of a minor release.

@ProfessorKuma ProfessorKuma added this to the 5.3.0 milestone Apr 11, 2019
Copy link

@ProfessorKuma ProfessorKuma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Devolicious, your PR passed all our requirements.

Thank you for contributing!

@Devolicious Devolicious changed the title [GeneratorBundle] added fos user config to generator [GeneratorBundle] Added fos user config to generator Apr 11, 2019
@Devolicious Devolicious merged commit e6c0c90 into Kunstmaan:master Apr 18, 2019
@Devolicious Devolicious deleted the feature/config_gen_fosuser branch April 18, 2019 12:05
acrobat added a commit that referenced this pull request May 10, 2019
* master: (319 commits)
  [AdminListBundle] [TranslatorBundle] Option to filter on empty fields in StringFilterType. (#2434)
  fix admin test generator (#2432)
  Fix addField docblock param for AbstractAdminListConfigurator (#2433)
  [NodeBundle] Register services that enable the node bundle entity tabs (#2430)
  [GeneratorBundle] Added fos user config to generator (#2427)
  [NodeBundle] Allow entity as creator (#2429)
  [AllBundle] Separate bundle phpunit config and cleanup old files (#2419)
  check if db_driver has been configured as it cannot be overwritten (#2425)
  [AdminBundle] dynamic breakpoint for top navbar in admin area (#2375)
  [AdminBundle] update Bootstrap v3.3 -> v3.4 (#2424)
  [Documentation] KunstmaanCMS Installer documentation (#2418)
  [AdminBundle] fix typo in filename of wordcount (#2423)
  [FormBundle] In newer versions of symfony the @templating service is changed to the delegatingengine instead of the twigengine (#2422)
  [AllBundles] Replace deprecated getRootDir calls (#2421)
  [NodeBundle] Remove old/incorrect doc about lock command (#2420)
  fix null check (#2417)
  [GeneratorBundle] Added config generator + improved install command (#2414)
  [NodeBundle] Import commands.yml to register command in sf4 (#2415)
  [NodeBundle] Fix for missing validation of url/email link chooser (#2413)
  [AllBundles] added link script for development (#2412)
  ...
acrobat added a commit to acrobat/KunstmaanBundlesCMS that referenced this pull request May 20, 2019
* master:
  Bump composer branch alias for 5.4.0 development
  Update changelog for 5.3.0 release
  Update changelog for 5.2.5 release
  New Crowdin translations (Kunstmaan#2437)
  [FormBundle][GeneratorBundle] Fix constraints on form pageparts  (Kunstmaan#2436)
  [AdminListBundle] [TranslatorBundle] Option to filter on empty fields in StringFilterType. (Kunstmaan#2434)
  [AdminBundle] fix timepicker of publish & unpublish modals (Kunstmaan#2431)
  fix admin test generator (Kunstmaan#2432)
  Fix addField docblock param for AbstractAdminListConfigurator (Kunstmaan#2433)
  [NodeBundle] Register services that enable the node bundle entity tabs (Kunstmaan#2430)
  [GeneratorBundle] Added fos user config to generator (Kunstmaan#2427)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants