"Insert field here" function in the database editor, inserts the field lower than the chosen spot.

3 posts by 2 authors in: Forums > CMS Builder
Last Post: July 12   (RSS)

In version 3.71, The "insert field here" function within the database editor...the function is inserting the field lower than the chosen point, and thus has to be manually dragged to the correct location. I have attached a couple screen shots from within the database editor on a table - shot 1 is before and shot 2 is after. It's consistent across the board with different tables, etc.

Hi Codee 

Dave recently provided a fix for this problem on a project we are working on and said it would be in the next release.  Try this:

  • Edit /lib/menus/database/editTable_functions.php
  • Search for "Insert Field Here"
  • Replace "+ 0.5" in the code below with "- 0.5"

Kenny