-
Notifications
You must be signed in to change notification settings - Fork 47
fix test setup, added php 5.6 to test matrix #209
Conversation
@dbu @dantleech @wouterj BTW I think we will have to check out all symfony-cmf repos to apply similar fixes where we so far have not yet done these .. |
I am going through all the bundles .. |
the issue seems to be related to sonata-project/SonataAdminBundle@0c1c26b however I am not sure where these "showgroups" come from or what their structure is supposed to be. I also do not really see what button to click to get to the show view. I assume its only really relevant when using ACLs? |
or @pulzarraider can you give us a hint here? |
I have had an equal issue last week. I am using SonatAdmin 2.3.0 in my current project. There i needed to activate the
Atm i see no other chance to get the show buttons, then adding the |
@lsmith77 I think this is related to renaming the deprecated |
yes thx! that fixed it but two issues remain:
|
Admin/AbstractMenuNodeAdmin.php
Outdated
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.
@pulzarraider enabling this leads to:
Warning: nl2br() expects parameter 1 to be string, object given in /Users/lsmith/htdocs/cmf-sandbox/app/cache/dev/twig/5d/57/427a5055c1fe6f361ce05b279511ed2128aed189da5655c02b82365229e1.php on line 53
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.
@dbu: hmm maybe this has been broken ever since we removed the default __toString()
method?
… updated for SonataAdminBundle 2.3
ok .. it seems like the method has been available since 2.2, so 2) is answered. 1) imho is answered as well .. we broke this when we dropped the |
fix test setup, added php 5.6 to test matrix
|
created sonata-project/SonataDoctrinePhpcrAdminBundle#306 as a follow up |
It seems like there is no output for "show" anymore when using SontaAdminBundle 2.3:
http://cmf.liip.ch/en/admin/cmf/menu/menu/cms/menu/main/show
@rande any tip for how to fix this?