Project

General

Profile

« Previous | Next » 

Revision 60956

[Trunk | Admin Tools Library]:
1. AdminToolsLibraryCheckDeployController.java:
a. In "hello()" method added @RequestMapping (except for existing ""), "/health_check".
b. Added method "checkEverything()" (/health_chech/advanced) only accessible by PORTAL ADMINS which checks connection with db and prints properties.
2. PortalPage.java: Added default value "false" for position fields (top, bottom, left, right).

View differences:

PortalPage.java
27 27
//    private Boolean openaire;
28 28

  
29 29
    // Posiitions where help texts are allowed for this page
30
    private Boolean top;
31
    private Boolean bottom;
32
    private Boolean left;
33
    private Boolean right;
30
    private Boolean top = false;
31
    private Boolean bottom = false;
32
    private Boolean left = false;
33
    private Boolean right = false;
34 34

  
35 35
    public PortalPage() {}
36 36

  

Also available in: Unified diff