Merge pull request #575 from julceslauhub/master

BUG 9784 No se muestra info especifica para archivos pptx SOLVED
This commit is contained in:
julceslauhub
2012-09-18 10:37:28 -07:00
3 changed files with 2 additions and 2 deletions

View File

@@ -288,7 +288,7 @@ function openActionDialog( caller, action ) {
uploadDocument:1,
search:1
};
if( dontNeedSelection[action] == null || selectedRows.length < 1 ) {
if( dontNeedSelection[action] == null && selectedRows.length < 1 ) {
Ext.Msg.alert( 'Error',TRANSLATIONS.ID_NO_ITEMS_SELECTED);
return false;
}
@@ -1897,7 +1897,7 @@ var documentsTab = {
// console.log("tried to gtet selection model");
tsm.on('selectionchange',
handleNodeClick);
// create the editor for the directory

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB