mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Run from validation in Pr profile
This commit is contained in:
+3
-1
@@ -218,9 +218,11 @@ export class ExpedientTaskModalPage implements OnInit {
|
||||
if(this.loggeduser.Profile == 'MDGPR') {
|
||||
this.injectValidation()
|
||||
this.runValidation()
|
||||
|
||||
if(this.Form.invalid) return false
|
||||
}
|
||||
|
||||
if(this.Form.invalid) return false
|
||||
|
||||
|
||||
if(this.postData.Priority=='99999861'){
|
||||
this.dispatchFolder.DeadlineType = 'Normal';
|
||||
|
||||
Reference in New Issue
Block a user