Skip to content

Commit

Permalink
Quick workaround: Disable file/folder renaming for all views
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian1998 committed Sep 10, 2019
1 parent bcccf9c commit d320aef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/files/src/mixins.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ export default {
handler: this.changeName,
ariaLabel: this.$gettext('Rename'),
isEnabled: function (item) {
return item.canRename()
return false
// return item.canRename()
}
},
{
Expand Down

0 comments on commit d320aef

Please sign in to comment.