Skip to content

Commit

Permalink
tweak(Course/js): hide add new member action
Browse files Browse the repository at this point in the history
  • Loading branch information
ccheng-dev committed Feb 26, 2025
1 parent 4095dcb commit 6fedd7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tine20/Courses/js/CourseEditDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ Tine.Courses.CourseEditDialog = Ext.extend(Tine.widgets.dialog.EditDialog, {
disabled: true,
text: this.app.i18n._('Add new member'),
scope: this,
handler: this.onAddNewMember
handler: this.onAddNewMember,
hidden: true
});

this.tbarItems = [
Expand Down

0 comments on commit 6fedd7b

Please sign in to comment.