fix(xo-server/cloud-config): templates be available to all users (#3148)

Fixes #3147
This commit is contained in:
badrAZ
2018-07-05 17:15:06 +02:00
committed by Julien Fontanet
parent 939b416d2e
commit de76387c8f
2 changed files with 2 additions and 1 deletions

View File

@@ -10,10 +10,12 @@
- [Remotes] Allow optional port for NFS remote [2299](https://github.com/vatesfr/xen-orchestra/issues/2299) (PR [#3131](https://github.com/vatesfr/xen-orchestra/pull/3131))
- [Backup NG form] Add offline snapshot info (PR [#3144](https://github.com/vatesfr/xen-orchestra/pull/3144))
- [Backup NG overview] Display concurrency and offline snapshot value [3087](https://github.com/vatesfr/xen-orchestra/issues/3087) (PR [3145](https://github.com/vatesfr/xen-orchestra/pull/3145))
### Bug fixes
- Delete schedules with their job [#3108](https://github.com/vatesfr/xen-orchestra/issues/3108) (PR [3124](https://github.com/vatesfr/xen-orchestra/pull/3124))
- Remote creation: correctly reset form [#3140](https://github.com/vatesfr/xen-orchestra/issues/3140) (PR [3141](https://github.com/vatesfr/xen-orchestra/pull/3141))
- Make cloud config templates available for all users [3147](https://github.com/vatesfr/xen-orchestra/issues/3147) (PR [3148](https://github.com/vatesfr/xen-orchestra/pull/3148))
### Released packages

View File

@@ -2,7 +2,6 @@ export function getAll () {
return this.getAllCloudConfigs()
}
getAll.permission = 'admin'
getAll.description = 'Gets all existing cloud configs templates'
export function create (props) {