Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
1af61f88b3
@ -1971,7 +1971,7 @@ DesignerMove.enableTableEvents = function (index, element) {
|
||||
DesignerMove.smallTab($(this).attr('table_name'), 1);
|
||||
});
|
||||
$(element).on('click', '.small_tab_pref_1', function () {
|
||||
DesignerMove.startTabUpd($(this).attr('db'), $(this).attr('table_name_small'));
|
||||
DesignerMove.startTabUpd($(this).attr('db_url'), $(this).attr('table_name_url'));
|
||||
});
|
||||
$(element).on('click', '.select_all_store_col', function () {
|
||||
var params = ($(this).attr('store_column_param')).split(',');
|
||||
|
||||
@ -68,6 +68,7 @@ class Common
|
||||
|
||||
foreach ($tables as $one_table) {
|
||||
$DF = $this->relation->getDisplayField($db, $one_table['TABLE_NAME']);
|
||||
$DF = is_string($DF) ? $DF : '';
|
||||
$DF = ($DF !== '') ? $DF : null;
|
||||
$designerTables[] = new DesignerTable(
|
||||
$db,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user