⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Cannot minimize/maximize when editing



fdias

fdias
  • profile picture
  • Member

Posted 07 June 2012 - 13:44 PM

Hello all.

I found this bug and at first I thought was my customizations that messed it up, but then I checked the examples on the site and the same error occurs.

When you edit a record the minimize/maximize arrow does not work. It works for all the other grids (list, add etc).

PS. I've been using GroceryCrud for a while now and it's fantastic how much it has improved. Congrats to Web-Johnny for all the work he's put into it.

Cheers!

web-johnny

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 07 June 2012 - 18:51 PM

Yeap confirmed and... fixed :D - https://github.com/scoumbourdis/grocery-crud/commit/60086b9957d5b4d15c8d0f54062c49a5bba9dcfe

fdias

fdias
  • profile picture
  • Member

Posted 09 June 2012 - 16:36 PM

Thanks a lot web-johnny!

A very tiny translation bug on the same Maximize/Minimize arrow icon is the tooltip.
Regardless of the chosen language it shows the English Text "Minimize/Maximize Table" when you mouse over the arrow.

I found this to be hardcoded in the files below:
[list]
[*]assets\grocery_crud hemes\flexigrid\views\add.php
[*]assets\grocery_crud hemes\flexigrid\views\edit.php
[*]assets\grocery_crud hemes\flexigrid\views\list_template.php
[/list]
Perhaps it could be added to the translation template.

Cheers.