MerginMaps / MerginMaps/mobile
"reuse last entered value" not working for attachment/photos fields
@xkello is already working on this.
Since Aug 6, 2026.
- Dominant language
- C++
- Stars
- 388
- Forks
- 87
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 20
Description
App version 2026.2.0
Description:
form with more than one filed for photos. In our case 2 (say A and B) of them are mandatory.
The user start adding a new (point) feature (id 1) and take the picture for field A, checking the "reuse last entered value" checkbox, then fill the other fields and also take photo for field B.
After finishing id=1 the user surveys another point (id=2): the picture for field A is already in place, as is re-using the one taken previously.
At this point the user syncs edits, no errors.
If someone now syncs on QGIS Desktop sees being downloaded 3 photos, as expected
but now inspecting the data the picture for field A in record id=1 is missing
because simply the file does not exists. Looking at record id=2 is ok
I believe this is a regression, as it used to work ok.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.