-
Notifications
You must be signed in to change notification settings - Fork 70
Fix Reuse last entered value tool and QGIS's reuseLastValue support #3788
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
base: master
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 14105187091Details
💛 - Coveralls |
c683cc4
to
34d2131
Compare
ae22d87
to
c756428
Compare
Testing looks good to me. The only scenario to confirm, that is set this way now: if we have a project with |
Store invalid QVariant() in settings when remember value is unchecked Store empty QString() or actual value when is checked Check the status in qgis form config when our global switch is off or when we don't have an entry in the settings.
Hi @uclaros - is this one ready for review please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are waiting for rebase and some finalization here
Support for QGIS's native
reuseLastValue
option and refactoring ofRememberAttributesController
to store attribute values persistently in QSettings instead of in-memory, making them survive reinstantiation on each new form open. This adds project-specific storage withActiveProject
integration. On project deletion, stored settings fromRememberAttributesController
are cleared.Fix #3784