Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
atdb-ldv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON SDC
atdb-ldv
Commits
3cd51c86
Commit
3cd51c86
authored
4 years ago
by
Nico Vermaas
Browse files
Options
Downloads
Patches
Plain Diff
auto reload dashboard
parent
03c0d600
No related branches found
No related tags found
4 merge requests
!90
Master
,
!86
Master
,
!85
Master
,
!84
Dev nico
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
atdb/taskdatabase/views.py
+0
-3
0 additions, 3 deletions
atdb/taskdatabase/views.py
with
0 additions
and
3 deletions
atdb/taskdatabase/views.py
+
0
−
3
View file @
3cd51c86
...
...
@@ -121,8 +121,6 @@ class QueryView(SingleTableMixin, FilterView):
LIMIT
=
settings
.
QUERY_LIMIT_MULTI_CHANGE
query_list_of_ids
=
list
(
self
.
object_list
.
values_list
(
'
id
'
))[:
LIMIT
]
print
(
query_list_of_ids
)
# store on the session
self
.
request
.
session
[
'
query_list_of_ids
'
]
=
query_list_of_ids
return
self
.
object_list
...
...
@@ -489,7 +487,6 @@ def TaskSetStatusMultiTables2(request,new_status):
# get the list of id's from the session
query_list_of_ids
=
request
.
session
[
'
query_list_of_ids
'
]
print
(
query_list_of_ids
)
for
id
in
query_list_of_ids
:
task
=
Task
.
objects
.
get
(
id
=
id
[
0
])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment