Skip to content

Commit

Permalink
Fix doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
qsomazzi committed Dec 16, 2014
1 parent b576a2c commit 538a062
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Resources/doc/cookbook/recipe_sortable_listing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Pre-requisites
- you already have SonataAdmin and DoctrineORM up and running
- you already have an Entity class for which you want to implement a sortable feature. For the purpose of the example we are going to call it ``Client``.
- you already have an Admin set up, in this example we will call it ``ClientAdmin``
- you already have gedmo/doctrine-extensions bundle in your project (check stof/doctrine-extensions-bundle
for easier integration in your project) with the sortable feature enabled
- you already have gedmo/doctrine-extensions bundle in your project (check stof/doctrine-extensions-bundle for easier integration in your project) with the sortable feature enabled
- you already have pixassociates/sortable-behavior-bundle bundle in your project

The recipe
Expand Down

0 comments on commit 538a062

Please sign in to comment.