Skip to content
Snippets Groups Projects
Commit 1745ae0c authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch '784-identicon-is-not-shown-even-it-should-be' into 'master'

Resolve "Identicon is not shown even it should be"

Closes #784

See merge request !1165
parents 8065dfa2 30ae7162
No related branches found
No related tags found
1 merge request!1165Resolve "Identicon is not shown even it should be"
Pipeline #110303 canceled
......@@ -49,6 +49,7 @@ Changed
Fixed
~~~~~
* When accessing the person overview page without a person ID, the avatar image was not displayed properly.
* The system tried to send notifications for done background tasks
in addition to tasks started in the foreground.
* Invitations for existing short name did not work.
......
......@@ -45,9 +45,6 @@ export default {
id: this.id,
};
},
skip() {
return !this.id;
},
},
},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment