Skip to content

Commit

Permalink
Merge branch 'master' into features/ANALYTICS-FIX-PROD
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Lanzilotto committed Jan 13, 2025
2 parents 56557f1 + f8969df commit 4b98ac4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# tiledesk-dashboard

### 2.7.58
- Minor improvements and bug fixing

### 2.7.57
- Improves the Changelog notifications

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tiledesk/tiledesk-dashboard",
"version": "2.7.57",
"version": "2.7.58",
"scripts": {
"ng": "ng",
"start": "ng serve --aot",
Expand Down
2 changes: 1 addition & 1 deletion src/app/project-edit-add/project-edit-add.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2955,7 +2955,7 @@ export class ProjectEditAddComponent implements OnInit, OnDestroy {

updateAdvancedSettings() {
// if (this.advancedSettingBtnDisabled) {}
const updateAdvancedSettingBtn = <HTMLElement>document.querySelector('.btn_edit_advanced_settings');
const updateAdvancedSettingBtn = <HTMLElement>document.querySelector('.btn-edit-smart-assigment');
this.logger.log('[PRJCT-EDIT-ADD] - UPDATE ADVANCED SETTINGS BTN ', updateAdvancedSettingBtn)
updateAdvancedSettingBtn.blur();
this.logger.log('[PRJCT-EDIT-ADD] - UPDATE ADVANCED SETTINGS - max_agent_assigned_chat ', this.max_agent_assigned_chat, ' reassignment_delay ', this.reassignment_delay, ' automatic_idle_chats ', this.automatic_idle_chats);
Expand Down

0 comments on commit 4b98ac4

Please sign in to comment.