Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add missing GET param to getstoragestats url
Signed-off-by: Julien Veyssier <[email protected]>
(cherry picked from commit ca6a724)
  • Loading branch information
Julien Veyssier authored and backportbot-nextcloud[bot] committed Jul 5, 2022
commit 3d6f228aa790231140f92f673633c30dc92eebdf
2 changes: 1 addition & 1 deletion apps/files/js/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
state.call.abort();
}
state.dir = currentDir;
state.call = $.getJSON(OC.generateUrl('apps/files/ajax/getstoragestats', {
state.call = $.getJSON(OC.generateUrl('apps/files/ajax/getstoragestats?dir={dir}', {
dir: currentDir,
}), function(response) {
state.dir = null;
Expand Down