Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
irul
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 30d40a72
authored
Jul 29, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update Groups of Users
1 parent
b1244f93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
opensipkd/base/views/user.py
opensipkd/base/views/user.py
View file @
30d40a7
...
...
@@ -69,7 +69,11 @@ class Views(BaseView):
api_key_list
=
api_key_list
,
user
=
row
)
# company_list=ResCompany.get_list())
def
get_values
(
self
,
row
,
**
kw
):
d
=
super
()
.
get_values
(
row
,
kw
)
d
[
"groups"
]
=
existing
=
user_group_set
(
row
)
return
d
# def view_act(self):
# url_dict = self.req.matchdict
# if url_dict['act'] == 'csv':
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment