Skip to content

Commit

Permalink
Merge pull request #912 from gobitfly/BEDS-474/Notifications_dashboar…
Browse files Browse the repository at this point in the history
…d_settings

Beds 474/notifications dashboard settings
  • Loading branch information
Eisei24 authored Oct 8, 2024
2 parents 399c481 + 809e713 commit 4edb68a
Show file tree
Hide file tree
Showing 9 changed files with 617 additions and 34 deletions.
4 changes: 2 additions & 2 deletions backend/pkg/api/data_access/dummy.go
Original file line number Diff line number Diff line change
Expand Up @@ -586,10 +586,10 @@ func (d *DummyService) GetNotificationSettingsDashboards(ctx context.Context, us
}
return r, p, err
}
func (d *DummyService) UpdateNotificationSettingsValidatorDashboard(ctx context.Context, dashboardId t.VDBIdPrimary, groupId uint64, settings t.NotificationSettingsValidatorDashboard) error {
func (d *DummyService) UpdateNotificationSettingsValidatorDashboard(ctx context.Context, userId uint64, dashboardId t.VDBIdPrimary, groupId uint64, settings t.NotificationSettingsValidatorDashboard) error {
return nil
}
func (d *DummyService) UpdateNotificationSettingsAccountDashboard(ctx context.Context, dashboardId t.VDBIdPrimary, groupId uint64, settings t.NotificationSettingsAccountDashboard) error {
func (d *DummyService) UpdateNotificationSettingsAccountDashboard(ctx context.Context, userId uint64, dashboardId t.VDBIdPrimary, groupId uint64, settings t.NotificationSettingsAccountDashboard) error {
return nil
}
func (d *DummyService) CreateAdConfiguration(ctx context.Context, key, jquerySelector string, insertMode enums.AdInsertMode, refreshInterval uint64, forAllUsers bool, bannerId uint64, htmlContent string, enabled bool) error {
Expand Down
Loading

0 comments on commit 4edb68a

Please sign in to comment.