Minor changes

- unfold 'Antrag Voraussetzungen' in Infopanels
- open Detailpage on same page (not on new tab)
- unified sancho mails titles

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-02-04 10:25:57 +01:00
committed by cris-technikum
parent e9664c179a
commit e6da4b2e2d
7 changed files with 9 additions and 9 deletions
@@ -29,7 +29,7 @@ function func_tableBuilt(table) {
url:function(cell){
return BASE_URL + "/" + APPROVE_ANRECHNUNG_DETAIL_URI + "?anrechnung_id=" + cell.getData().anrechnung_id
},
target:"_blank"
// target:"_blank"
}
}, false, "status" // place column after status
);