Bug #525
Image user ID typo in sunstone
Status: | Closed | Start date: | 03/10/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Hector Sanjuan | % Done: | 100% | |
Category: | Sunstone | |||
Target version: | Release 2.2 | |||
Resolution: | Pull request: | |||
Affected Versions: |
Description
one-ui-views.js:
2452 image.USERNAME ? image.USERNAME : getUserName(image.ID),
should be
image.USERNAME ? image.USERNAME : getUserName(image.UID),
Associated revisions
Bug #525: Changed ID into UID
Bug #525: Changed ID into UID
(cherry picked from commit 438753a87e26d5eed4833f3402a2bb5ab47e91cd)
Bug #525: Fixed getting username by UID in image plugin.
History
#1 Updated by Hector Sanjuan over 10 years ago
- File 0001-Bug-525-Changed-ID-into-UID.patch added
- % Done changed from 0 to 100
Fix patch
#2 Updated by Jaime Melis over 10 years ago
- Status changed from New to Closed
Path applied in branches 'master' and 'one-2.2'. Closing ticket.