Merge branch 'developer-c' of https://bitbucket.org/equilibriumito/gabinete-digital into developer

This commit is contained in:
tiago.kayaya
2021-04-12 10:13:38 +01:00
8 changed files with 301 additions and 263 deletions
@@ -53,7 +53,6 @@ export class EditEventComponent implements OnInit {
}
// attendees list
alert(JSON.stringify(this.postEvent.Attendees))
if(this.postEvent.Attendees != null) {
this.postEvent.Attendees.forEach(e =>{
if(e.IsRequired) {