#976 closed bug (fixed)
don't allow editing data the user has no write rights for
Reported by: | msieczka | Owned by: | jef |
---|---|---|---|
Priority: | major: does not work as expected | Milestone: | |
Component: | Digitising | Version: | Trunk |
Keywords: | Cc: | ||
Must Fix for Release: | Yes | Platform: | All |
Platform Version: | Awaiting user input: | no |
Description
Example:
- Add a PostGIS layer for which you have only read access granted.
- Start editing it, save changes - you can't; QGIS should not allow you edit in the first place.
- Open table editor, add a column or edit some rows, save - QGIS does not complain. Now verify if changes are really saved - no they aren't. QGIS should not allow you edit a table you have no write rights for.
Really confusing. Yield "No write access" error or disable editing capabilities if write access not possible for a given layer.
The bug seems related to #933.
Change History (4)
comment:1 by , 15 years ago
Owner: | changed from | to
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
fixed in r8213