Skip to content

Commit

Permalink
[fix] Adding show to FAB CRUD set (#9040)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley committed Jan 29, 2020
1 parent 2fc3d84 commit a303c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ class RouteMethod: # pylint: disable=too-few-public-methods

# Commonly used sets
API_SET = {API_CREATE, API_DELETE, API_GET, API_READ, API_UPDATE}
CRUD_SET = {ADD, LIST, EDIT, DELETE, ACTION_POST}
CRUD_SET = {ADD, LIST, EDIT, DELETE, ACTION_POST, SHOW}
RELATED_VIEW_SET = {ADD, LIST, EDIT, DELETE}
REST_MODEL_VIEW_CRUD_SET = {DELETE, GET, GET_LIST, POST, PUT, INFO}

0 comments on commit a303c3c

Please sign in to comment.