Commit 6d27a77e4508af1f0118221e0db769acd9e40c01
1 parent
4fc43000
Exists in
master
and in
110 other branches
dataset info: use just ds text for window title
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/app/views/ExplorerUI.js
... | ... | @@ -674,7 +674,7 @@ Ext.define('amdaUI.ExplorerUI', { |
674 | 674 | { |
675 | 675 | case 'info' : |
676 | 676 | myDesktopApp.getLoadedModule(myDesktopApp.dynamicModules.info.id, true, function (module) { |
677 | - module.createWindow(record.get('help'), record.get('info')); | |
677 | + module.createWindow(record.get('help'), record.get('text')); | |
678 | 678 | }); |
679 | 679 | break; |
680 | 680 | } |
... | ... |