Skip to content
Snippets Groups Projects
Commit 30ae7162 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Run avatarContent query even if no ID variable is passed

parent 8065dfa2
No related branches found
No related tags found
1 merge request!1165Resolve "Identicon is not shown even it should be"
Pipeline #109903 failed
......@@ -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