remove fixme comment when not needed anymore
This commit is contained in:
@@ -449,7 +449,6 @@ abstract class AbstractCrudController extends BaseAdminController
|
||||
/**
|
||||
* Update object position (only for objects whichsupport that)
|
||||
*
|
||||
* FIXME: integrate with genericUpdatePositionAction
|
||||
*/
|
||||
public function updatePositionAction()
|
||||
{
|
||||
|
||||
@@ -122,7 +122,7 @@ class SessionController extends BaseAdminController
|
||||
$this->applyUserLocale($user);
|
||||
|
||||
/**
|
||||
* FIXME: we have tou find a way to send cookie
|
||||
* we have tou find a way to send cookie
|
||||
*/
|
||||
if (intval($adminLoginForm->getForm()->get('remember_me')->getData()) > 0) {
|
||||
// If a remember me field if present and set in the form, create
|
||||
|
||||
Reference in New Issue
Block a user