Vacation Rule Implementation Completed

production
haroon amjad 7 years ago
parent 83ef5b6b50
commit 261eafaa84

@ -17,7 +17,7 @@ export class ConnectorService {
};
public static retryTimes = 0;
public static timeOut = 30 * 1000;
// public static host = 'http://10.50.100.113:6060/'; // development service
// public static host = 'http://10.50.100.113:6060/'; // development service
// public static host = 'https://hmgwebservices.com/';

@ -52,7 +52,7 @@
<label for="">{{'vacation-rule, notification' | translate}}</label>
</ion-col>
<ion-col>
<label for=""> {{item.NOTIFICATION_SUBJECT}}</label>
<label for=""> {{item.NOTIFICATION_DISPLAY_NAME}}</label>
</ion-col>
</ion-row>
<ion-row>

@ -51,9 +51,8 @@ export class HomeComponent implements OnInit {
this.getVacationRules();
}, this.ts.trPK('general', 'retry')).subscribe((result) => {
if (this.cs.validResponse(result)) {
// console.log(result);
// console.log(JSON.stringify(result));
this.GetVacationRulesList = result.GetVacationRulesList;
console.log(result.GetVacationRulesList);
} else {
this.cs.presentAlert(result.ErrorEndUserMessage);
}

Loading…
Cancel
Save