Task #3604 (closed)
Opened 9 years ago
Closed 8 years ago
Version number in webclients login
| Reported by: | wmoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.3 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Need to display released version number when releasing, consistent with other clients on login page.
E.g. Beta4.3.0
Change History (7)
comment:1 Changed 9 years ago by atarkowska
- Owner changed from atarkowska to jmoore
comment:2 Changed 9 years ago by jmoore
Nothing. The other clients are hard-coding the values. I agree that that should stop. Would we could do is have a single class in Java and a single module in Python with both omero_version (Beta-4.2.3-b104-r2d2-...) and omero_release (4.2.3). Then you could use the appropriate one. This is the same as IConfig.getConfigValue('omero.version') and IConfig.getVersion().
comment:3 Changed 8 years ago by jmoore
- Owner jmoore deleted
Ola, Will: where do we stand on this? Is there anything specifically needed from me?
comment:4 Changed 8 years ago by atarkowska
As far as I can see omero_version in pythonpath looks nicer now 'OMERO.web 4.3.0-DEV'. Hudson build add revision number 'OMERO.web 4.3.0-DEV-d1d01fdf.' what I assume is acceptable.
comment:5 Changed 8 years ago by atarkowska
The same value is given by the IConfig
comment:6 Changed 8 years ago by jmoore
- Owner set to wmoore
Will, assigning back to you. Can you confirm that it's fixed, and if so, close?
comment:7 Changed 8 years ago by wmoore
- Resolution set to fixed
- Status changed from new to closed
I see OMERO.web 4.3.0-DEV, which looks OK. Have to check that -DEV is removed for release.
Josh, could we make this consistent across clients? What variable is auto generated for Insight/Importer??