Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

teams: improve stability (fixes #7339) #7346

Merged
merged 5 commits into from
Nov 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update teams.component.html
  • Loading branch information
dogi committed Nov 27, 2023
commit 9fd7f21d41134ab3c11d6ffb1dcdd5afa6dcf608
2 changes: 1 addition & 1 deletion src/app/teams/teams.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h3>
<mat-row (click)="teamClick(row.doc._id, row.doc.teamType)" *matRowDef="let row; columns: displayedColumns;"></mat-row>
</mat-table>
<div *ngIf="userNotInShelf" i18n style="text-align: center;">
You do not have access to some { mode, select, team {Teams} enterprise {Enterprises} } functions, contact your administrator
Oops ... Error: no full access in Teams and Enterprises (data missing) ... please contact the manager of this site
</div>
<mat-paginator #paginator
[pageSize]="50"
Expand Down
Loading