#121 closed defect (fixed)
Conference General Settings: enable/disable management features does not work properly with GChrome and Opera
Reported by: | cangelov | Owned by: | irolewic |
---|---|---|---|
Priority: | low | Milestone: | v0.97.0 |
Component: | General | Version: | 0.97.0 |
Keywords: | Cc: |
Description
Change History (8)
comment:1 Changed 6 years ago by cangelov
- Summary changed from Conference General Settings: enable/disable management features does not work properly with GChrome to Conference General Settings: enable/disable management features does not work properly with GChrome and Opera
comment:2 Changed 6 years ago by pferreir
comment:3 Changed 6 years ago by jbenito
- Priority changed from normal to low
comment:4 Changed 5 years ago by irolewic
- Owner set to irolewic
- Status changed from new to accepted
comment:5 Changed 5 years ago by irolewic
Task changed: now we will get rid of those enable/disable boxes since all they're doing is to show/hide corresponding entries in the side menu. Instead all the entries will be present in the side menu. We will keep it like that until we find a way of representing this side menu in more user-friendly fashion.
comment:6 Changed 5 years ago by irolewic
also, there is a need to check if the method hasEnabledSection("paperReviewing") is well used
comment:7 Changed 5 years ago by jose.benito.gonzalez@…
- Resolution set to fixed
- Status changed from accepted to closed
commit e3ef9c61fc20eefbeaba695e2da218444be4cb03
Merge: a6c717d4e235afad401b50a875ccccfa760d1280 eefc0011f4d57ff0a3b82c8c5703c8e5dc72d848
Author: Jose Benito <jose.benito.gonzalez@…>
Date: Tue Jun 8 11:50:01 2010 +0200
Merge branch 'fix#121-conf-mgmt-features-gchrome-opera' into v0.97-series
This is a tricky one. We should use POST requests instead of GET - GET requests should not have side-effects.