Skip to content

Commit

Permalink
Merge pull request #86 from NethServer/sdl_fix_migration_disabled_apps
Browse files Browse the repository at this point in the history
Allow migration of account provider with "not_available" status NethServer/dev#7037
  • Loading branch information
stephdl authored Sep 26, 2024
2 parents ce2cc96 + 111f906 commit cf4bbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1188,10 +1188,10 @@ export default {
(app) =>
app.status !== "migrated" &&
app.status !== "skipped" &&
app.status !== "not_available" &&
![
"account-provider",
"nethserver-roundcubemail",
"nethserver-nethvoice14",
"nethserver-sogo",
"nethserver-webtop5",
"nethserver-mail-getmail",
Expand Down

0 comments on commit cf4bbf9

Please sign in to comment.