Skip to content
Snippets Groups Projects
Commit 7e20ae07 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #692 - fixed category delete modal

parent cb9fedeb
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,8 @@ public class CategoryController extends BaseController ...@@ -30,8 +30,8 @@ public class CategoryController extends BaseController
public static final String ENTITY_TO_DELETE = "categoryToDelete"; public static final String ENTITY_TO_DELETE = "categoryToDelete";
public static final String CUSTOM_COLOR = "customColor"; public static final String CUSTOM_COLOR = "customColor";
public static final String FONTAWESOME_ICONS = "fontawesomeIcons"; public static final String FONTAWESOME_ICONS = "fontawesomeIcons";
public static final String AVAILABLE_CATEGORIES = "fontawesomeIcons"; public static final String AVAILABLE_CATEGORIES = "availableCategories";
public static final String PRESELECTED_CATEGORY = "availableCategories"; public static final String PRESELECTED_CATEGORY = "preselectedCategory";
public static final String ERROR = "error"; public static final String ERROR = "error";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment