Task #7977 (closed)
Bug:Profile page username
| Reported by: | saloynton | Owned by: | wmoore |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-4.4 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | saloynton |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | n.a. |
Description
The profile page name label on the right hand uses the users user name not the first and last name as in the home, data, history, and search pages.
- Tested on OMERO-merge-green - Build # 11
Change History (2)
comment:1 Changed 7 years ago by wmoore
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 7 years ago by Will Moore <will@…>
- Remaining Time set to 0
(In [65d5c122cc7efe7e8fffa20f93e3dddab707cda1/ome.git] on branch develop) Webadmin uses @render_response decorator. Closes #7977
webadmin has subclassed the webclient @render_response decorator to include the
isAnythingCreated functionality. Also adds 'info' to context.
We can now use the {{ ome.user.getFullName }} to display name at top of page,
same as in webclient.
This has been fixed with commit https://github.com/will-moore/openmicroscopy/commit/e2261e182a64e989e165e2ac4ce27c1f7d5f73db
in branch https://github.com/will-moore/openmicroscopy/commits/render_decorator_7394
Closing...