Cant set my timezone to my LP profile in a gui way.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Launchpad itself |
Low
|
Colin Watson |
Bug Description
Seeing other's time zone in their profiles I tried to setup my time zone but couldn't find a way, then someone gave me a link "https:/
Related branches
- Thomi Richards (community): Approve on 2016-07-11
- Launchpad code reviewers: Pending requested 2016-04-28
-
Diff: 221 lines (+26/-29)10 files modifiedlib/lp/app/browser/tales.py (+2/-4)
lib/lp/app/doc/tales.txt (+4/-1)
lib/lp/app/widgets/date.py (+3/-4)
lib/lp/registry/browser/person.py (+4/-9)
lib/lp/registry/model/person.py (+2/-2)
lib/lp/registry/stories/location/personlocation-edit.txt (+4/-2)
lib/lp/registry/stories/webservice/xx-person.txt (+2/-2)
lib/lp/registry/stories/webservice/xx-personlocation.txt (+2/-2)
lib/lp/registry/templates/person-portlet-contact-details.pt (+1/-1)
lib/lp/services/webapp/launchbag.py (+2/-2)
summary: |
- Cant set my timezone to my profile in a gui way. + Cant set my timezone to my LP profile in a gui way. |
Pavlushka (pavelsayekat) wrote : | #2 |
In My case, the "Time Zone" option was not showing, no question of the edit icon next to "Time zone", I should have saved a screenshot before setting my timezone with that link.
Changed in launchpad: | |
status: | Invalid → New |
Colin Watson (cjwatson) wrote : | #3 |
I think you must not have been logged in. If you get a screenshot in future, you can reopen this bug and attach it; failing that, I don't think this bug is actionable.
Changed in launchpad: | |
status: | New → Invalid |
Colin Watson (cjwatson) wrote : | #4 |
Oh, no, I see the problem now that I look harder, sorry. New Person rows don't have a location, so we need to show some way to edit the time zone even in that case.
Changed in launchpad: | |
importance: | Undecided → Low |
status: | Invalid → Triaged |
tags: | added: confusing-ui lp-registry ui |
Colin Watson (cjwatson) wrote : | #5 |
https:/
Changed in launchpad: | |
assignee: | nobody → Colin Watson (cjwatson) |
status: | Triaged → In Progress |
Launchpad QA Bot (lpqabot) wrote : | #6 |
Fixed in stable r18126 <http://
tags: | added: qa-needstesting |
Changed in launchpad: | |
status: | In Progress → Fix Committed |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad: | |
status: | Fix Committed → Fix Released |
Changed in launchpad: | |
assignee: | Colin Watson (cjwatson) → zhonguowuhan.site (zhonguowuhan) |
Changed in launchpad: | |
assignee: | zhonguowuhan.site (zhonguowuhan) → Colin Watson (cjwatson) |
No need for URL hacking; there's an edit icon next to "Time zone" on your user page (the one with all the contact details), which takes you to that +editlocation page. The edit icon is displayed provided that you're logged in as the same user whose user page you're viewing.