Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
remove route and domain from the imagine admins as well. and some ws …
Browse files Browse the repository at this point in the history
…cleanup
  • Loading branch information
dbu committed Oct 9, 2013
1 parent 6221845 commit f316aa1
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion Admin/ContainerBlockAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
*/
class ContainerBlockAdmin extends AbstractBlockAdmin
{

/**
* {@inheritdoc}
*/
Expand Down
3 changes: 0 additions & 3 deletions Admin/Imagine/ImagineBlockAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
*/
class ImagineBlockAdmin extends AbstractBlockAdmin
{
protected $baseRouteName = 'cmf_block_imagine';
protected $baseRoutePattern = '/cmf/block/imagine';

/**
* {@inheritdoc}
*/
Expand Down
3 changes: 0 additions & 3 deletions Admin/Imagine/SlideshowBlockAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
*/
class SlideshowBlockAdmin extends AbstractBlockAdmin
{
protected $baseRouteName = 'cmf_block_slideshow';
protected $baseRoutePattern = '/cmf/block/slideshow';

/**
* Service name of the sonata_type_collection service to embed
*
Expand Down
1 change: 0 additions & 1 deletion Admin/ReferenceBlockAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
*/
class ReferenceBlockAdmin extends AbstractBlockAdmin
{

/**
* {@inheritdoc}
*/
Expand Down
1 change: 0 additions & 1 deletion Admin/SimpleBlockAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
*/
class SimpleBlockAdmin extends AbstractBlockAdmin
{

/**
* {@inheritdoc}
*/
Expand Down
1 change: 0 additions & 1 deletion Admin/StringBlockAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
*/
class StringBlockAdmin extends AbstractBlockAdmin
{

/**
* {@inheritdoc}
*/
Expand Down

2 comments on commit f316aa1

@lsmith77
Copy link
Member

Choose a reason for hiding this comment

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

this should either break some tests .. or we are missing tests.

@dbu
Copy link
Member Author

@dbu dbu commented on f316aa1 Oct 9, 2013

Choose a reason for hiding this comment

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

why do you mean? because the sonata standard will make those become /cmf/block/slideshowblock? i think there is no tests about the imagine admins.

Please sign in to comment.