Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
guo xiaoyong
Jumpserver
Commits
da858c89
Unverified
Commit
da858c89
authored
4 years ago
by
xinwen
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix(tickets): 隐藏申请资产工单URL (#4307)
parent
724a8f63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/tickets/urls/api_urls.py
+1
-1
apps/tickets/urls/api_urls.py
with
1 addition
and
1 deletion
+1
-1
apps/tickets/urls/api_urls.py
+
1
-
1
View file @
da858c89
...
...
@@ -7,7 +7,7 @@ from .. import api
app_name
=
'tickets'
router
=
BulkRouter
()
router
.
register
(
'tickets/request-asset-perm'
,
api
.
RequestAssetPermTicketViewSet
,
'ticket-request-asset-perm'
)
#
router.register('tickets/request-asset-perm', api.RequestAssetPermTicketViewSet, 'ticket-request-asset-perm')
router
.
register
(
'tickets'
,
api
.
TicketViewSet
,
'ticket'
)
router
.
register
(
'tickets/(?P<ticket_id>[0-9a-zA-Z\-]{36})/comments'
,
api
.
TicketCommentViewSet
,
'ticket-comment'
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help