Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ae49c67a
authored
May 29, 2026
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
set default length for XLS data export to -1
1 parent
884eca57
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
opensipkd/base/views/base_views.py
opensipkd/base/views/base_views.py
View file @
ae49c67
...
...
@@ -708,6 +708,7 @@ class BaseView(object):
# return response.write(output.read())
def
xls_data
(
self
,
**
kwargs
):
self
.
req
.
GET
[
"length"
]
=
"-1"
resp
=
self
.
get_list
(
**
kwargs
)
data
=
resp
.
get
(
"data"
,
[])
if
not
data
:
...
...
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