Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nexus
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Software Public
PASSOFT
nexus
Commits
97c6d13b
Commit
97c6d13b
authored
1 year ago
by
Destiny Kuehn
Committed by
Maeva Pourpoint
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fix bug where stations before selection not added to table
parent
26700414
No related branches found
No related tags found
1 merge request
!27
Fix to issue 34: Allow user to copy datalogger type, gain and sensor type to other stations
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nexus/nexus.py
+3
-1
3 additions, 1 deletion
nexus/nexus.py
with
3 additions
and
1 deletion
nexus/nexus.py
+
3
−
1
View file @
97c6d13b
...
...
@@ -1302,6 +1302,7 @@ class StationWidget(WidgetBase, *load_ui("StationWidget.ui")):
"
DLgain
"
:
dialog
.
gainCB
.
isChecked
(),
"
Stype
"
:
dialog
.
sensorCB
.
isChecked
()}
self
.
update_inventory
(
dialog
.
selected_stations
,
checked_boxes
)
self
.
stat_node_to_obj_map
=
{}
def
update_inventory
(
self
,
stations
,
checked_boxes
):
for
stat
in
stations
:
...
...
@@ -1322,7 +1323,8 @@ class StationWidget(WidgetBase, *load_ui("StationWidget.ui")):
Get all stations from inventory to
add to Station Select Dialogue
"""
net
=
self
.
_data_mapper
.
rootIndex
()
# get top most network
net
=
self
.
_model
.
index
(
0
,
0
,
QtCore
.
QModelIndex
())
self
.
stat_node_to_obj_map
=
{}
stations
=
[]
net_row
=
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