Skip to content

Commit

Permalink
Merge pull request #9 from sonroyaalmerol/bugfix/partial-files-ui
Browse files Browse the repository at this point in the history
fix partial files edit ui
  • Loading branch information
sonroyaalmerol authored Dec 24, 2024
2 parents 8d68f94 + 84c20ef commit 2c6c560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/proxy/views/d2d_backup/panels/partial_files.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Ext.define('PBS.D2DManagement.PartialFilePanel', {
return;
}
Ext.create('PBS.D2DManagement.PartialFileEditWindow', {
contentid: selection[0].data.substring,
contentid: selection[0].data.path,
autoLoad: true,
listeners: {
destroy: () => me.reload(),
Expand Down

0 comments on commit 2c6c560

Please sign in to comment.