Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #197

Merged
merged 72 commits into from
Dec 8, 2023
Merged

Dev #197

merged 72 commits into from
Dec 8, 2023

Conversation

SebastienPeillet
Copy link
Collaborator

@SebastienPeillet SebastienPeillet commented Nov 20, 2023

Add checkbox for each session to choose gps in merge
REFAC environment management + admin tables attributes copy at creation
@pblottiere
Copy link
Member

On Windows with QGIS 3.34, the attribute table is not docked when creating a project:

sammob_window_detached

@pblottiere
Copy link
Member

With QGIS 3.34 (tested on ArchLinux and Windows), the Validate action is not working properly. Actually, background of cells in attribute tables is not updated. And only one cell is updated after an Export action:

image

@pblottiere
Copy link
Member

On Windows with QGIS 3.34, the attribute table is not docked when creating a project:

(once manually docked, it doesn't happen for new projects)

@pblottiere
Copy link
Member

When I create a project, I can add environment/sightings without warnings even if I didn't fill administrator tables (survey, ...). But when I reopen a sammo project after closing QGIS, I have warnings:

warning

@pblottiere
Copy link
Member

I tried to use the plugin on Ubuntu 22 (QGIS 3.22, Python 3.10) and I have the next error:

image

@SebastienPeillet
Copy link
Collaborator Author

I tried to use the plugin on Ubuntu 22 (QGIS 3.22, Python 3.10) and I have the next error:

image

This method appeared in 3.26 (cf. qgis/QGIS@a578ecb)

@SebastienPeillet
Copy link
Collaborator Author

With QGIS 3.34 (tested on ArchLinux and Windows), the Validate action is not working properly. Actually, background of cells in attribute tables is not updated. And only one cell is updated after an Export action:

image

It seems that there is weird behaviour on 3.34 when a field used in conditionalStyle is hidden...

@SebastienPeillet
Copy link
Collaborator Author

SebastienPeillet commented Dec 1, 2023

When I create a project, I can add environment/sightings without warnings even if I didn't fill administrator tables (survey, ...). But when I reopen a sammo project after closing QGIS, I have warnings:

warning

The data provider is guilty.It returns -1 on featureCount() even if there is a feature in the layer... Fix by using getFeatures() count element. Fix by using startEditing/commitChanges on surveyLayer during session init.

@SebastienPeillet SebastienPeillet merged commit 6a71849 into main Dec 8, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants