-
-
Notifications
You must be signed in to change notification settings - Fork 92
Sortable not working #332
Sortable not working #332
Comments
might also need to be fixed in 1.2 |
i found no place where we would use sonata_type_collection in the sandbox (only found the definition of the type, grepping through the code). it would make sense to use it on the container block admin. (i think we had it on the slideshow block for individual slides, but thats media bundle) |
yea but with the deprecation of meda bundle we should temporary remove
the complete image/slideshow blocks, but indeet i will try to get an
example that way.
|
sounds like the eventlistener to fill up data isn't registered for |
I would move this bug into 2.1, ok? Priority seems not to be that high and we could even do it whil RC phase. |
i removed the milestone completely. if nobody plans on working on it, there is no point in having it in a milestone. |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
So i have a sonata_type_collection working in my symfony cmf project, it creates, updates and removes child documents correctly.
I now want to enable sortable, but when i save with the sortable flag enabled i get "NodeName property "nodeName" may not be empty in document of class..."
Is this a known issue? or am i doing something wrong.
The text was updated successfully, but these errors were encountered: