Mike Rockett Posted January 4, 2015 Posted January 4, 2015 As the title says... I'm using the following config: $options = array( 'items' => $redirects, 'itemLabel' => 'name', 'itemLabel2' => 'updated_at', 'edit' =>'entity/?id={id}', 'add' =>'entity/', 'addLabel' => 'New Redirect', 'sort' => false, ); Using 2.5.12 (haven't updated to 2.5.13 yet).
Mike Rockett Posted January 5, 2015 Author Posted January 5, 2015 Me being dumb again -- 'updated_at' is not a string. Very clever indeed. Edit: No, that wasn't it. But it works now...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now