Skip to content

Commit

Permalink
Merge branch 'pu/ccheng/rt_247064' into '2024.11'
Browse files Browse the repository at this point in the history
tweak(Course/js): hide add new member action

See merge request tine20/tine20!6642
  • Loading branch information
ccheng-dev committed Feb 26, 2025
2 parents 00103ba + 6fedd7b commit 6ba7828
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 6ba7828

Please sign in to comment.