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 9641ec91
authored
May 20, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
perbaikan groups
1 parent
c6646ec2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
opensipkd/base/views/groups.py
opensipkd/base/views/groups.py
View file @
9641ec9
...
@@ -133,7 +133,7 @@ class NameValidator:
...
@@ -133,7 +133,7 @@ class NameValidator:
if
self
.
group
and
self
.
group
.
group_name
.
lower
()
==
group_name
.
lower
():
if
self
.
group
and
self
.
group
.
group_name
.
lower
()
==
group_name
.
lower
():
return
return
q
=
self
.
db_s
ession
.
query
(
Group
)
.
\
q
=
DBS
ession
.
query
(
Group
)
.
\
filter
(
Group
.
group_name
.
ilike
(
group_name
))
filter
(
Group
.
group_name
.
ilike
(
group_name
))
found
=
q
.
first
()
found
=
q
.
first
()
if
not
found
:
if
not
found
:
...
...
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