Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 018ac27

Browse files
committed
Update grid-layout
Update compression to new naming (pydio.Controller instead of pydio.actionBar)
1 parent ab4c768 commit 018ac27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/src/plugins/action.compression/manifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
};
6565
var closeFunc = function(){
6666
userSelection.updateFormOrUrl(modal.getForm());
67-
pydio.actionBar.submitForm(modal.getForm(), true);
67+
pydio.Controller.submitForm(modal.getForm(), true);
6868
hideLightBox();
6969
};
7070
modal.showDialogForm('Compress selection to ...', 'compression_form', loadFunc, closeFunc);
@@ -109,7 +109,7 @@
109109
connexion.setParameters({get_action : "extraction", file : file, currentDir : dir});
110110
connexion.sendAsync();
111111
connexion.onComplete=function(transport){
112-
pydio.actionBar.parseXmlMessage(transport.responseXML);
112+
pydio.Controller.parseXmlMessage(transport.responseXML);
113113
};
114114
}
115115
]]></clientCallback>

core/src/plugins/gui.ajax/res/js/vendor/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"material-ui": "^0.7.5",
77
"react": "^0.13.3",
88
"react-chartjs":"git://github.com/dehbmarques/react-chartjs.git#master",
9-
"react-grid-layout": "^0.8.3",
9+
"react-grid-layout": "^0.8.5",
1010
"react-infinite": "^0.3.4",
1111
"react-tap-event-plugin": "^0.1.7",
1212
"reactify": "^1.1.1",

0 commit comments

Comments
 (0)