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

[AllBundles] Update default form types #1353

Merged
merged 3 commits into from
Aug 1, 2017

Conversation

dannyvw
Copy link
Contributor

@dannyvw dannyvw commented Oct 22, 2016

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

'label' => 'kuma_form.form.page_admin.subject.label',
));
$builder->add('from_email', null, array(
$builder->add('from_email', TextType::class, array(
Copy link
Contributor

Choose a reason for hiding this comment

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

EmailType?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed to EmailType

'label' => 'kuma_form.form.page_admin.from_email.label',
));
$builder->add('to_email', null, array(
$builder->add('to_email', EmailType::class, array(
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be texttype? Currently it is possible to pass a comma delimited string of emails

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

@Devolicious Devolicious added this to the 4.1.0 milestone Aug 1, 2017
@Devolicious Devolicious merged commit 40e6d27 into Kunstmaan:master Aug 1, 2017
Devolicious added a commit that referenced this pull request Aug 1, 2017
* master:
  [AllBundles] Update default form types (#1353)
  Fix phpunit tests for translator bundle
  Add php 7.1 to travis
  remove .sublime-project file
  Fix audio display if media type isn't soundcloud
  Check if page implements HasPageTemplateInteface methods
  Inject only needed service instead of full container
  Add form isSubmitted before isValid
cv65kr pushed a commit to cv65kr/KunstmaanBundlesCMS that referenced this pull request Nov 17, 2017
* Fix form types

* Change to email type
dbeerten pushed a commit to dbeerten/KunstmaanBundlesCMS that referenced this pull request Dec 7, 2017
* Fix form types

* Change to email type
delboy1978uk added a commit to delboy1978uk/KunstmaanBundlesCMS that referenced this pull request Dec 13, 2017
* 4.0: (51 commits)
  [NodeSearchBundle]: check if we have html
  [NodeSearchBundle] shards and replicas configurable
  Upgrade to latest LiipImagine bundle
  [Docs]: add anacrontab documentation and fix numbering of docs
  [AllBundles]: add crowdin as translator
  [AdminListBundle] Fixed doctrine Index for LockableEntity  (Kunstmaan#1654)
  Gitattributes (Kunstmaan#1557)
  [AdminListBundle] Incorrect logic checking if version lock is active
  [KunstmaanAdminListBundle]: fix abstract page admin list
  Crawler for removing style and script tags
  Fix docblock so child entities fluent setters wont break
  revert fix Kunstmaan#1562 with new solution
  [AllBundles] Update default form types (Kunstmaan#1353)
  Fix phpunit tests for translator bundle
  Add php 7.1 to travis
  remove .sublime-project file
  Check if page implements HasPageTemplateInteface methods
  [KunstmaanAdminListBundle]: add new event subscriber
  [KunstmaanAdminListBundle]: always get latest overviewpage
  [KunstmaanPagePartBundle]: check if add pagepart button is the first one
  ...
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.

3 participants