Improve validation for publication

This commit is contained in:
Peter Maquiran
2021-07-06 16:18:00 +01:00
parent ffdc7dd212
commit 1ecf7d386b
11 changed files with 249 additions and 61 deletions
@@ -188,8 +188,6 @@ export class NewEventPage implements OnInit {
this.runValidation()
if(this.Form.invalid) return false
console.log('passed')
if(this.documents.length >= 0) {
this.postEvent.HasAttachments = true;