Revision 36b2a29d
Added by Cherian Mathew almost 8 years ago
src/main/java/eu/etaxonomy/cdm/vaadin/ui/ConceptRelationshipUI.java | ||
---|---|---|
45 | 45 |
@Override |
46 | 46 |
protected void doInit(VaadinRequest request) { |
47 | 47 |
// FIXME: remove this when testing is done |
48 |
setIgnoreAuthentication(true); |
|
48 |
//setIgnoreAuthentication(true);
|
|
49 | 49 |
|
50 | 50 |
getPage().setTitle("Concept Relationship Editor"); |
51 | 51 |
logger.warn("original classification : " + request.getParameter("oc")); |
Also available in: Unified diff
revert authentication check