Project

General

Profile

« Previous | Next » 

Revision 2e52d3ee

Added by Patrick Plitzner over 7 years ago

ref #5458 Changed URI for distribution and concept editor

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/ui/ConceptRelationshipUI.java
37 37

  
38 38
    private final static Logger logger = Logger.getLogger(ConceptRelationshipUI.class);
39 39

  
40
    @WebServlet(value = {"/app/editcr/*"}, asyncSupported = true)
40
    @WebServlet(value = {"/app/concept/*"}, asyncSupported = true)
41 41
    @VaadinServletConfiguration(productionMode = true, ui = ConceptRelationshipUI.class, widgetset = "eu.etaxonomy.cdm.vaadin.AppWidgetSet")
42 42
    public static class Servlet extends VaadinServlet {
43 43
    }
src/main/java/eu/etaxonomy/cdm/vaadin/ui/DbStatusUI.java
17 17
@SuppressWarnings("serial")
18 18
public class DbStatusUI extends AbstractAuthenticatedUI{
19 19

  
20
	private static final String FIRST_VIEW = "redirectDbStatus";
20
	private static final String FIRST_VIEW = "firstView";
21 21

  
22
	@WebServlet(value = {"/app/dbstatus/*"}, asyncSupported = true)
22
	@WebServlet(value = {"/app/distribution/*"}, asyncSupported = true)
23 23
	@VaadinServletConfiguration(productionMode = true, ui = DbStatusUI.class, widgetset = "eu.etaxonomy.cdm.vaadin.AppWidgetSet")
24 24
	public static class Servlet extends CdmVaadinConversationalServlet {
25 25
	}

Also available in: Unified diff