Skip to content

Commit

Permalink
teams: smoother calendar events creation (fixes #7972) (#8000)
Browse files Browse the repository at this point in the history
Co-authored-by: Mutugi <[email protected]>
Co-authored-by: dogi <[email protected]>
  • Loading branch information
3 people authored Jan 17, 2025
1 parent 312b65c commit 3ee10a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "planet",
"license": "AGPL-3.0",
"version": "0.16.65",
"version": "0.16.66",
"myplanet": {
"latest": "v0.22.13",
"min": "v0.21.13"
"latest": "v0.22.20",
"min": "v0.21.20"
},
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/app/teams/teams-view.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h3 *ngIf="mode==='services'" class="margin-lr-3 ellipsis-title">{{configuration
<ng-template mat-tab-label>
<ng-container i18n>Calendar</ng-container>
</ng-template>
<planet-calendar *ngIf="calendarTab.isActive" [type]="'team'" [link]="{ teams: teamId }" [sync]="{ type: team.teamType, planetCode: team.teamPlanetCode }" [editable]="userStatus === 'member'"></planet-calendar>
<planet-calendar *ngIf="calendarTab.isActive" [resizeCalendar]="resizeCalendar" [type]="'team'" [link]="{ teams: teamId }" [sync]="{ type: team.teamType, planetCode: team.teamPlanetCode }" [editable]="userStatus === 'member'"></planet-calendar>
</mat-tab>
<mat-tab *ngIf="mode!=='team'">
<ng-template mat-tab-label>
Expand Down

0 comments on commit 3ee10a5

Please sign in to comment.