Updated reorder url to be correct in DisplayVocabulary (had incorrect path)
This commit is contained in:
parent
4cf370e116
commit
fab1555cdb
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ public class DisplayVocabulary {
|
||||||
public static final String DISPLAY_ONT_MODEL = "displayOntModel";
|
public static final String DISPLAY_ONT_MODEL = "displayOntModel";
|
||||||
|
|
||||||
//URL for menu management
|
//URL for menu management
|
||||||
public static final String PROCESS_MENU_MANAGEMENT_URL = "/menuManagmentEdit";
|
public static final String PROCESS_MENU_MANAGEMENT_URL = "/menuManagementEdit";
|
||||||
public static final String REORDER_MENU_URL = PROCESS_MENU_MANAGEMENT_URL + "?cmd=Reorder&" + SWITCH_TO_DISPLAY_MODEL + "=true";
|
public static final String REORDER_MENU_URL = PROCESS_MENU_MANAGEMENT_URL + "?cmd=Reorder&" + SWITCH_TO_DISPLAY_MODEL + "=true";
|
||||||
|
|
||||||
/* URIs for some individuals in the dispaly ontology */
|
/* URIs for some individuals in the dispaly ontology */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue