Fixed gh-75 to insure the column names are loaded as before. Fix gh-76 by adding more checks to insure that the correct date is used in the getLastModifiedDate method.

This commit is contained in:
2017-05-04 23:34:28 +01:00
parent 25c632065a
commit 4cead46ac4
208 changed files with 696 additions and 669 deletions

View File

@ -9,8 +9,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 81 of this MVC
@build 15th January, 2017
@version @update number 84 of this MVC
@build 4th May, 2017
@created 21st May, 2015
@package Component Builder
@subpackage dynamic_get.js
@ -1352,7 +1352,7 @@ function loadSelectionData(result,type,key,main)
}
else
{
var textArea = 'textarea#jform_join_'+type+'_table_fields_selection-'+key;
var textArea = 'textarea#'+key+'-jform_join_'+type+'_table_fields_selection';
}
// no update the text area
if (result)