Peter bug solved 15 min

This commit is contained in:
Eudes Inácio
2023-02-06 19:12:25 +01:00
12 changed files with 19 additions and 19 deletions
@@ -453,7 +453,7 @@ export class DocumentSetUpMeetingPage implements OnInit {
date.setMinutes(45)
} else if (minutes > 15) {
date.setMinutes(30)
} else if (minutes > 1) {
} else if (minutes > 0) {
date.setMinutes(15)
}
@@ -184,7 +184,7 @@ export class EditEventPage implements OnInit {
date.setMinutes(45)
} else if (minutes > 15) {
date.setMinutes(30)
} else if (minutes > 1) {
} else if (minutes > 0) {
date.setMinutes(15)
}
@@ -207,7 +207,7 @@ export class NewEventPage implements OnInit {
date.setMinutes(45)
} else if (minutes > 15) {
date.setMinutes(30)
} else if (minutes > 1) {
} else if (minutes > 0) {
date.setMinutes(15)
}
@@ -511,7 +511,7 @@ export class BookMeetingModalPage implements OnInit {
date.setMinutes(45)
} else if (minutes > 15) {
date.setMinutes(30)
} else if (minutes > 1) {
} else if (minutes > 0) {
date.setMinutes(15)
}
@@ -168,7 +168,7 @@ export class NewActionPage implements OnInit {
date.setMinutes(45)
} else if (minutes > 15) {
date.setMinutes(30)
} else if (minutes > 1) {
} else if (minutes > 0) {
date.setMinutes(15)
}
@@ -229,7 +229,7 @@ export class EditEventPage implements OnInit {
date.setMinutes(45)
} else if (minutes > 15) {
date.setMinutes(30)
} else if (minutes > 1) {
} else if (minutes > 0) {
date.setMinutes(15)
}
@@ -245,7 +245,7 @@ export class NewEventPage implements OnInit {
date.setMinutes(45)
} else if (minutes > 15) {
date.setMinutes(30)
} else if (minutes > 1) {
} else if (minutes > 0) {
date.setMinutes(15)
}
@@ -1,7 +1,7 @@
<ion-header class="ion-no-border pt-20 px-20">
<div class="title-content d-flex align-center justify-space-between ">
<div class="div-title">
<ion-label class="title"> Nova Acção ...</ion-label>
<ion-label class="title"> Nova Acção</ion-label>
</div>
<!-- <div class="actionType">
<ion-segment [(ngModel)]="segment" (ionChange)="segmentChanged($event)">
@@ -155,7 +155,7 @@ export class NewActionPage implements OnInit {
date.setMinutes(45)
} else if (minutes > 15) {
date.setMinutes(30)
} else if (minutes > 1) {
} else if (minutes > 0) {
date.setMinutes(15)
}
@@ -177,7 +177,7 @@ export class NewActionPage implements OnInit {
date.setMinutes(45)
} else if (minutes > 15) {
date.setMinutes(30)
} else if (minutes > 1) {
} else if (minutes > 0) {
date.setMinutes(15)
}
+1 -1
View File
@@ -3,4 +3,4 @@ import { oaprProd } from './suport/oapr'
import { doneITProd } from './suport/doneIt'
export const environment: Environment = doneITProd;
export const environment: Environment = oaprProd;
+1 -1
View File
@@ -3,4 +3,4 @@ import { oaprDev } from './suport/oapr'
import { doneITDev } from './suport/doneIt'
export const environment: Environment = doneITDev;
export const environment: Environment = oaprDev;
+7 -7
View File
@@ -1,12 +1,12 @@
export let versionData = {
"shortSHA": "a263faadb",
"SHA": "a263faadb85a02d4431c33e96585119d549faf74",
"shortSHA": "95c0cd624",
"SHA": "95c0cd6249ba748a7abef10be71aaa10a3a7ac84",
"branch": "no_bug_movemente",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Mon Feb 6 18:50:07 2023 +0100'",
"lastCommitMessage": "Fixe",
"lastCommitNumber": "4747",
"lastCommitAuthor": "'Eudes Inácio'",
"lastCommitTime": "'Mon Feb 6 19:06:48 2023 +0100'",
"lastCommitMessage": "env",
"lastCommitNumber": "4748",
"change": "",
"changeStatus": "On branch no_bug_movemente\nYour branch is behind 'origin/no_bug_movemente' by 1 commit, and can be fast-forwarded.\n (use \"git pull\" to update your local branch)\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/environments/environment.prod.ts\n\tmodified: src/environments/environment.ts",
"changeStatus": "On branch no_bug_movemente\nYour branch and 'origin/no_bug_movemente' have diverged,\nand have 1 and 1 different commits each, respectively.\n (use \"git pull\" to merge the remote branch into yours)\n\nAll conflicts fixed but you are still merging.\n (use \"git commit\" to conclude merge)\n\nChanges to be committed:\n\tmodified: src/app/modals/document-set-up-meeting/document-set-up-meeting.page.ts\n\tmodified: src/app/pages/agenda/edit-event/edit-event.page.ts\n\tmodified: src/app/pages/agenda/new-event/new-event.page.ts\n\tmodified: src/app/pages/gabinete-digital/expediente/book-meeting-modal/book-meeting-modal.page.ts\n\tmodified: src/app/pages/publications/new-action/new-action.page.ts\n\tmodified: src/app/shared/agenda/edit-event/edit-event.page.ts\n\tmodified: src/app/shared/agenda/new-event/new-event.page.ts\n\tmodified: src/app/shared/publication/new-action/new-action.page.html\n\tmodified: src/app/shared/publication/new-action/new-action.page.ts\n\tmodified: src/environments/environment.prod.ts\n\tmodified: src/environments/environment.ts",
"changeAuthor": "eudes.inacio"
}