Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PreCourlis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
opentelemac
PreCourlis
Commits
41e19738
Commit
41e19738
authored
9 months ago
by
Alexian Masson
Browse files
Options
Downloads
Patches
Plain Diff
Fix WIP
parent
54fde2f8
Branches
GSEDFQGIS-100_Fixes
No related tags found
1 merge request
!67
Gsedfqgis 100 fixes
Pipeline
#22187
passed
9 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PreCourlis/widgets/profile_dialog.py
+1
-1
1 addition, 1 deletion
PreCourlis/widgets/profile_dialog.py
with
1 addition
and
1 deletion
PreCourlis/widgets/profile_dialog.py
+
1
−
1
View file @
41e19738
...
...
@@ -816,7 +816,7 @@ class ProfileDialog(QtWidgets.QDialog, FORM_CLASS):
points_filter
=
[]
for
index
in
selection
.
indexes
():
p
=
self
.
layer
.
getFeature
(
self
.
sectionItemModel
.
item
(
index
).
current_f_id
)
p
=
self
.
layer
()
.
getFeature
(
self
.
sectionItemModel
.
item
(
index
).
current_f_id
)
p_id
=
p
.
attribute
(
"
p_id
"
).
split
(
"
,
"
)[
index
.
row
()]
points_filter
.
append
([
current_sec_id
,
p_id
])
...
...
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