mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
change agenda
This commit is contained in:
@@ -638,7 +638,7 @@ export class SearchPage implements OnInit {
|
||||
|
||||
res.Categories.forEach( e => {
|
||||
e['Active'] = false;
|
||||
if(!environment.presidencial) {
|
||||
if(!environment.presidential) {
|
||||
e['Name'] = "Publicações"
|
||||
}
|
||||
});
|
||||
@@ -649,7 +649,7 @@ export class SearchPage implements OnInit {
|
||||
}
|
||||
|
||||
for ( const a of this.sortArrayISODate(res.Documents)) {
|
||||
if(!environment.presidencial) {
|
||||
if(!environment.presidential) {
|
||||
a.DocTypeDesc = "Publicações"
|
||||
}
|
||||
this.searchDocuments.push(a);
|
||||
@@ -689,12 +689,12 @@ export class SearchPage implements OnInit {
|
||||
|
||||
res.Categories.forEach( e => {
|
||||
e['Active'] = false;
|
||||
if(!environment.presidencial) {
|
||||
if(!environment.presidential) {
|
||||
e['Name'] = "Acções"
|
||||
}
|
||||
});
|
||||
|
||||
if(!environment.presidencial) {
|
||||
if(!environment.presidential) {
|
||||
// bind respose
|
||||
for ( const a of res.Categories) {
|
||||
this.searchCategories.push(a);
|
||||
@@ -704,7 +704,7 @@ export class SearchPage implements OnInit {
|
||||
|
||||
|
||||
for ( const a of this.sortArrayISODate(res.Documents)) {
|
||||
if(!environment.presidencial) {
|
||||
if(!environment.presidential) {
|
||||
a.DocTypeDesc = "Acções"
|
||||
this.searchDocuments.push(a);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user