Skip to content

Commit

Permalink
changes after first review
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaFrncJrg committed Jul 12, 2024
1 parent e16cc81 commit 304e736
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- [i18n] Add Persian translation (based on the contribution made by [@Jokar-xen](https://github.com/Jokar-xen)) (PR [#7775](https://github.com/vatesfr/xen-orchestra/pull/7775))
- [i18n] Improve Russian translation (Thanks [@TristisOris](https://github.com/TristisOris)!) (PR [#7807](https://github.com/vatesfr/xen-orchestra/pull/7807))
- [REST API] Expose XO6 dashboard informations at the `/rest/v0/dashboard` endpoint (PR [#7823](https://github.com/vatesfr/xen-orchestra/pull/7823))
- [Backups] Add 'report recipients' when creating a meatadata backup (PR [#7776](https://github.com/vatesfr/xen-orchestra/pull/7776))
- [Backups] Add 'report recipients' when creating a meatadata backup [#7569](https://github.com/vatesfr/xen-orchestra/issues/7569) (PR [#7776](https://github.com/vatesfr/xen-orchestra/pull/7776))

### Bug fixes

Expand Down
1 change: 0 additions & 1 deletion packages/xo-web/src/xo-app/backup/new/metadata/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ export default decorate([
state.modeXoMetadata && every(state.settings, ({ retentionXoMetadata }) => retentionXoMetadata === 0),
missingSchedules: state => isEmpty(state.schedules),
proxyId: (state, props) => defined(state._proxyId, () => props.job.proxy),
reportRecipients: (state, { job }) => defined(state._reportRecipients, () => job.reportRecipients),
},
}),
injectState,
Expand Down

0 comments on commit 304e736

Please sign in to comment.