Make sure you always know yourself in the ownerhsip modal
parent
e76a62c2a5
commit
772ecb7365
|
@ -154,6 +154,12 @@ define([
|
|||
return true;
|
||||
}
|
||||
});
|
||||
if (ed === edPublic) {
|
||||
f = f || user;
|
||||
if (f.name) {
|
||||
f.displayName = f.name;
|
||||
}
|
||||
}
|
||||
_owners[ed] = f || {
|
||||
displayName: 'Unknown user: '+ ed, // XXX
|
||||
notifications: true,
|
||||
|
|
Loading…
Reference in New Issue