Opened 15 years ago
Closed 15 years ago
#1368 closed enhancement (wontfix)
Reload permissions when the refresh button is clicked
Reported by: | Jari Häkkinen | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | web | Version: | |
Keywords: | Cc: |
Description
In many cases the permissions are confusing for the users and users do not know when they have to reload permissions. What users do is to try to refresh the view so why not reload permission together with the refresh? Would it be too expensive to do this automatically when the refresh button is used?
Change History (4)
follow-up: 2 comment:1 by , 15 years ago
comment:2 by , 15 years ago
comment:3 by , 15 years ago
Then the reload function needs a complete redesign. Currently it is simply a javascript in the browser that executes 'location.reload()' which leads to a request identical to the original being sent to server. Eg. there is no way that we currently can detect on the server side if a request is the result of "normal" request or a "reload" request.
comment:4 by , 15 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This is the use case that lead to the 'Reload permissions' function being developed. I don't think the 'reload page' function should interfere with it.
Will this really be necessary if #1367 is fixed?