mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix reported bugs 02/03/2024
This commit is contained in:
@@ -1200,6 +1200,12 @@ export class AgendaPage implements OnInit {
|
||||
return this.eventService.calendarRole.includes(str);
|
||||
}
|
||||
|
||||
validateEvent(year, month, day) {
|
||||
console.log(year, month, day)
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function endOfMonth(myDate) {
|
||||
|
||||
Reference in New Issue
Block a user