mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
Merge branch 'feat-global-views' of gurusainath:makeplane/plane into feat-global-views
This commit is contained in:
commit
178ad3dd73
@ -6,13 +6,14 @@ from plane.app.views import (
|
||||
WorkspaceViewViewSet,
|
||||
WorkspaceViewFavoriteViewSet,
|
||||
ProjectViewFavoriteViewSet,
|
||||
WorkspaceViewIssuesViewSet,
|
||||
)
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path(
|
||||
"workspaces/<str:slug>/issues/",
|
||||
WorkspaceViewViewSet.as_view(
|
||||
WorkspaceViewIssuesViewSet.as_view(
|
||||
{
|
||||
"get": "list",
|
||||
}
|
||||
|
@ -59,6 +59,7 @@ from .view import (
|
||||
UserWorkspaceViewViewSet,
|
||||
UserProjectViewViewSet,
|
||||
ProjectViewViewSet,
|
||||
WorkspaceViewIssuesViewSet,
|
||||
)
|
||||
from .cycle import (
|
||||
CycleViewSet,
|
||||
|
Loading…
Reference in New Issue
Block a user