Skip to content

Commit

Permalink
优化工单系统/优化前端UI
Browse files Browse the repository at this point in the history
  • Loading branch information
showpy committed Jan 7, 2021
1 parent 0d70936 commit a7c9b38
Show file tree
Hide file tree
Showing 8 changed files with 672 additions and 451 deletions.
2 changes: 1 addition & 1 deletion BTPanel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1824,7 +1824,7 @@ def workorder(action, pdata=None):
import panelWorkorder
toObject = panelWorkorder.panelWorkorder()

defs = ("get_user_info","close", "create", "list", "get_messages")
defs = ("get_user_info","close", "create", "list", "get_messages", "allow")
result = publicObject(toObject, defs, action, pdata)
return result

Expand Down
Loading

0 comments on commit a7c9b38

Please sign in to comment.