-
Notifications
You must be signed in to change notification settings - Fork 58
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
Support Symfony 3 #36
Conversation
SCDatetimeType::class symfony 3
Seems fine to me, I would need the Symfony 3 support for my project. So it would be nice to merge it ASAP 👍 |
Lo implemente aqui: https://github.com/MWSimple/AdminCrudBundle |
* | ||
*/ | ||
class DatetimeType extends AbstractType | ||
class SCDatetimeType extends AbstractType |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the reason for renaming the class as this is a BC break?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Porque daba un error de que DatetimeType ya existe.
Because it gives an error that Datetime Type already exists.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please show the full error message and its stack trace?
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "stephanecollot/datetimepicker-bundle", | |||
"version": "1.0.1", | |||
"version": "2.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be reverted too
@@ -1,7 +1,7 @@ | |||
<?php | |||
|
|||
/* | |||
* This file is part of the SCDatetimepickerBundle package. | |||
* This file is part of the DatetimepickerBundle package. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks wrong to me
@koprivajakub |
@stephanecollot could you merge the changes these guys made? :) I'd be needed to upgrade to Symfony 3 :) |
If testing use "mwsimple/datetimepicker-bundle": "2.0.0", |
New release 2.0 ? |
For Symphony 3.4, this is also needed: #45 |
No description provided.