Skip to content

Commit

Permalink
Merge PR #286 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Jan 18, 2024
2 parents 0f7cb7d + 2eac5b4 commit 84df54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dms_field/static/src/js/base/dms_tree_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ odoo.define("dms.DmsTreeController", function (require) {
? "directory_" + directory.parent_id[0]
: "#";
var directoryNode = {
id: "directory_" + directory.id,
id: dt.id,
text: directory.name,
icon: "fa fa-folder-o",
type: "directory",
Expand Down

0 comments on commit 84df54d

Please sign in to comment.