























1
Issue: Users are not able to see the invite details tabs, only staff can
Reason discourse/frontend/discourse/app/routes/user-invited.js at main · discourse/discourse · GitHub
const can_see_invite_details =
this.currentUser.staff ||
this.controllerFor("user").id === this.currentUser?.id;
controller.setProperties({
can_see_invite_details,
});
There is no this.controllerFor("user") - this should be this.modelFor("user")
2 Likes
Thanks for the report, this will fix it!
3 Likes
sam (Sam Saffron) Closed 3
This topic was automatically closed after 16 hours. New replies are no longer allowed.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。